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 christian.heimes
Recipients amaury.forgeotdarc, christian.heimes, gvanrossum
Date 2007-11-11.02:55:34
SpamBayes Score 0.0035775278
Marked as misclassified No
Message-id <1194749735.18.0.752284510402.issue1415@psf.upfronthosting.co.za>
In-reply-to
Content
The new patch fixes the startup problem with pythonw.exe on Windows. I
still wonder if print(sometest) is raising an exception when stdout is
not available.
Files
File name Uploaded
py3k_fileio_fixes.patch christian.heimes, 2007-11-11.02:55:34
History
Date User Action Args
2007-11-11 02:55:35christian.heimessetspambayes_score: 0.00357753 -> 0.0035775278
recipients: + christian.heimes, gvanrossum, amaury.forgeotdarc
2007-11-11 02:55:35christian.heimessetspambayes_score: 0.00357753 -> 0.00357753
messageid: <1194749735.18.0.752284510402.issue1415@psf.upfronthosting.co.za>
2007-11-11 02:55:35christian.heimeslinkissue1415 messages
2007-11-11 02:55:34christian.heimescreate