This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author itsadok
Recipients itsadok
Date 2009-06-03.13:27:53
SpamBayes Score 7.772363e-06
Marked as misclassified No
Message-id <1244035675.71.0.776263383534.issue6189@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-06-03 13:27:55itsadoksetrecipients: + itsadok
2009-06-03 13:27:55itsadoksetmessageid: <1244035675.71.0.776263383534.issue6189@psf.upfronthosting.co.za>
2009-06-03 13:27:54itsadoklinkissue6189 messages
2009-06-03 13:27:54itsadokcreate