[issue6189] subprocess module not compatible with python 2.5

Israel Tsadok report at bugs.python.org
Wed Jun 3 15:27:55 CEST 2009


New submission from Israel Tsadok <itsadok at gmail.com>:

According to PEP 291, the subprocess module is supposed to be compatible 
with python 2.2 and up.

rev 60097 introduced the use of os.closerange(), which is new in python 
2.6.

Either PEP-291 needs to be revised, rev 60097 be reverted, or some sort of 
fallback mechanism needs to be added.

----------
components: Library (Lib)
files: subprocess.patch
keywords: patch
messages: 88810
nosy: itsadok
severity: normal
status: open
title: subprocess module not compatible with python 2.5
type: compile error
versions: Python 2.6
Added file: http://bugs.python.org/file14170/subprocess.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6189>
_______________________________________


More information about the Python-bugs-list mailing list