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 brett.cannon, christian.heimes, gvanrossum
Date 2007-10-16.02:11:23
SpamBayes Score 0.08456856
Marked as misclassified No
Message-id <1192500685.39.0.29214068182.issue1267@psf.upfronthosting.co.za>
In-reply-to
Content
I've carefully checked and tested the initstdio() method. I'm sure that
I've catched every edged case. The unit tests pass w/o complains.

I've also added a PyErr_Display() call to Py_FatalError(). It's still
hard to understand an error in io.py but at least the dependency on
site.py is removed.
Files
File name Uploaded
py3k_initio2.patch christian.heimes, 2007-10-16.02:11:24
History
Date User Action Args
2007-10-16 02:11:26christian.heimessetspambayes_score: 0.0845686 -> 0.08456856
recipients: + christian.heimes, gvanrossum, brett.cannon
2007-10-16 02:11:25christian.heimessetspambayes_score: 0.0845686 -> 0.0845686
messageid: <1192500685.39.0.29214068182.issue1267@psf.upfronthosting.co.za>
2007-10-16 02:11:25christian.heimeslinkissue1267 messages
2007-10-16 02:11:24christian.heimescreate