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

STINNER Victor report at bugs.python.org
Wed Jan 14 00:41:01 CET 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue23234>
_______________________________________


More information about the Python-bugs-list mailing list