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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, endolith
Date 2008-09-19.08:35:10
SpamBayes Score 0.009896981
Marked as misclassified No
Message-id <1221813313.69.0.319309336913.issue3907@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.6 and 3.0 come with a completely new I/O implementation, which
correctly handle pipes in this regard (I just tested).

http://docs.python.org/dev/library/io.html

With the 3.0 version, the built-in open() is an alias for io.open;
with 2.6, you have to use io.open() explicitely.
History
Date User Action Args
2008-09-19 08:35:14amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, endolith
2008-09-19 08:35:13amaury.forgeotdarcsetmessageid: <1221813313.69.0.319309336913.issue3907@psf.upfronthosting.co.za>
2008-09-19 08:35:12amaury.forgeotdarclinkissue3907 messages
2008-09-19 08:35:11amaury.forgeotdarccreate