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
Date 2007-10-26.23:59:30
SpamBayes Score 0.031823687
Marked as misclassified No
Message-id <1193443170.37.0.0840293747234.issue1341@psf.upfronthosting.co.za>
In-reply-to
Content
This patch corrects test_fileinput on Windows: when redirecting stdout,
os.open should be given O_BINARY, because the file descriptor is then
wrapped in a text-mode file; os.fdopen(fd, "w").
Files
File name Uploaded
fileinput.diff amaury.forgeotdarc, 2007-10-26.23:59:30
History
Date User Action Args
2007-10-26 23:59:30amaury.forgeotdarcsetspambayes_score: 0.0318237 -> 0.031823687
recipients: + amaury.forgeotdarc
2007-10-26 23:59:30amaury.forgeotdarcsetspambayes_score: 0.0318237 -> 0.0318237
messageid: <1193443170.37.0.0840293747234.issue1341@psf.upfronthosting.co.za>
2007-10-26 23:59:30amaury.forgeotdarclinkissue1341 messages
2007-10-26 23:59:30amaury.forgeotdarccreate