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 dwalczak
Recipients amaury.forgeotdarc, dwalczak
Date 2009-07-13.12:12:15
SpamBayes Score 0.00023705832
Marked as misclassified No
Message-id <1247487137.02.0.351722153993.issue6457@psf.upfronthosting.co.za>
In-reply-to
Content
Your patch works for me with one exception:

On FreeBSD (python 2.6.1) OSError exception is raised by os.write
instead of IOError exception (raised by self.stdin.write on Windows).
The error code is same on both platforms.
History
Date User Action Args
2009-07-13 12:12:17dwalczaksetrecipients: + dwalczak, amaury.forgeotdarc
2009-07-13 12:12:17dwalczaksetmessageid: <1247487137.02.0.351722153993.issue6457@psf.upfronthosting.co.za>
2009-07-13 12:12:15dwalczaklinkissue6457 messages
2009-07-13 12:12:15dwalczakcreate