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

Reply via email to