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 benjamin.peterson
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon, rupole
Date 2008-08-25.13:40:55
SpamBayes Score 0.00010799378
Marked as misclassified No
Message-id <1219671656.97.0.273668157525.issue3279@psf.upfronthosting.co.za>
In-reply-to
Content
We could:

1. Use _fileio._FileIO directly.
2. Use os.open.
3. Initialize the stdio streams before importing site. This seems like
the best option, although I haven't run all the tests yet.
History
Date User Action Args
2008-08-25 13:40:57benjamin.petersonsetrecipients: + benjamin.peterson, brett.cannon, amaury.forgeotdarc, rupole
2008-08-25 13:40:56benjamin.petersonsetmessageid: <1219671656.97.0.273668157525.issue3279@psf.upfronthosting.co.za>
2008-08-25 13:40:56benjamin.petersonlinkissue3279 messages
2008-08-25 13:40:55benjamin.petersoncreate