[issue23234] refactor subprocess: use new OSError exceptions, factorize stdin.write() code

2015-01-15 Thread Gregory P. Smith

Gregory P. Smith added the comment:

thanks for the cleanup refactoring!

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23234
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23234] refactor subprocess: use new OSError exceptions, factorize stdin.write() code

2015-01-14 Thread STINNER Victor

STINNER Victor added the comment:

I commited my change to Python 3.5. Thanks for the review Serhiy  vadmium.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23234
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23234] refactor subprocess: use new OSError exceptions, factorize stdin.write() code

2015-01-14 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 0c5ae257966f by Victor Stinner in branch 'default':
Closes #23234: Refactor subprocess
https://hg.python.org/cpython/rev/0c5ae257966f

--
nosy: +python-dev
stage: patch review - resolved

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23234
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23234] refactor subprocess: use new OSError exceptions, factorize stdin.write() code

2015-01-14 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@gmail.com:


--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23234
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23234] refactor subprocess: use new OSError exceptions, factorize stdin.write() code

2015-01-13 Thread Berker Peksag

Changes by Berker Peksag berker.pek...@gmail.com:


--
components: +Library (Lib) -Extension Modules
nosy: +gregory.p.smith
stage:  - patch review

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23234
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23234] refactor subprocess: use new OSError exceptions, factorize stdin.write() code

2015-01-13 Thread Martin Panter

Changes by Martin Panter vadmium...@gmail.com:


--
nosy: +vadmium

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23234
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23234] refactor subprocess: use new OSError exceptions, factorize stdin.write() code

2015-01-13 Thread STINNER Victor

New submission from STINNER Victor:

Attached patch refactors subprocess code:

- use new OSError exceptions
- factorize stdin.write() code

--
components: Extension Modules
files: subprocess.patch
keywords: patch
messages: 233974
nosy: haypo, serhiy.storchaka
priority: normal
severity: normal
status: open
title: refactor subprocess: use new OSError exceptions, factorize stdin.write() 
code
type: enhancement
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file37696/subprocess.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23234
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com