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 christian.heimes
Date 2007-10-28.13:51:14
SpamBayes Score 0.14423889
Marked as misclassified No
Message-id <1193579474.79.0.743146991528.issue1352@psf.upfronthosting.co.za>
In-reply-to
Content
Here is another patch related to stdio from me. It creates and sets up a
very dumb and easy stderr writer until the new io infrastructure is
initialized. It makes debugging problems in the init phase much easier.
Files
File name Uploaded
py3k_preliminary_stderr.patch christian.heimes, 2007-10-28.13:51:14
History
Date User Action Args
2007-10-28 13:51:14christian.heimessetspambayes_score: 0.144239 -> 0.14423889
recipients: + christian.heimes
2007-10-28 13:51:14christian.heimessetspambayes_score: 0.144239 -> 0.144239
messageid: <1193579474.79.0.743146991528.issue1352@psf.upfronthosting.co.za>
2007-10-28 13:51:14christian.heimeslinkissue1352 messages
2007-10-28 13:51:14christian.heimescreate