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 neologix
Recipients gregory.p.smith, neologix, pitrou, sbt, vstinner
Date 2013-08-22.21:23:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM2pPCz-NDgL3qKuua8HBmG0BdGNpFSMoyhQ2oVW8bb6Wg@mail.gmail.com>
In-reply-to <1377123972.12.0.476433854562.issue18763@psf.upfronthosting.co.za>
Content
> Using self.assertLessEqual() would provide better message on error.

Done.

> You don't want to fix Python 2.7 and 3.3? It is a bug in my opinion.

Patch for 2.7 attached (without test though, because 2.7 lacks a
fd_status.py helper, which would make this quite complicated).
Files
File name Uploaded
subprocess_close-27.diff neologix, 2013-08-22.21:23:53
subprocess_close-default.diff neologix, 2013-08-22.21:23:53
History
Date User Action Args
2013-08-22 21:23:54neologixsetrecipients: + neologix, gregory.p.smith, pitrou, vstinner, sbt
2013-08-22 21:23:53neologixlinkissue18763 messages
2013-08-22 21:23:53neologixcreate