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 schmir
Recipients lukasz.langa, neologix, pitrou, schmir, serhiy.storchaka, techtonik, terry.reedy
Date 2012-12-30.23:59:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356911975.14.0.807337655593.issue16689@psf.upfronthosting.co.za>
In-reply-to
Content
flushing stdout may help before writing to stderr (or at least when writing a traceback). see http://utcc.utoronto.ca/~cks/space/blog/programming/HowToWriteToStderr for a discussion.

I don't think it's unreasonable to implement that in python core.
History
Date User Action Args
2012-12-30 23:59:35schmirsetrecipients: + schmir, terry.reedy, pitrou, techtonik, neologix, lukasz.langa, serhiy.storchaka
2012-12-30 23:59:35schmirsetmessageid: <1356911975.14.0.807337655593.issue16689@psf.upfronthosting.co.za>
2012-12-30 23:59:35schmirlinkissue16689 messages
2012-12-30 23:59:35schmircreate