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 aliles
Recipients aliles, docs@python, r.david.murray, santoso.wijaya, tebeka
Date 2012-08-27.13:08:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346072928.31.0.118646474607.issue12403@psf.upfronthosting.co.za>
In-reply-to
Content
I've submitted a patch which adds a section to the code module's documentation on overriding console output. It attempts to catalogue when sys.stderr, sys.excepthook and sys.displayhook are used to print console output.
History
Date User Action Args
2012-08-27 13:08:48alilessetrecipients: + aliles, tebeka, r.david.murray, santoso.wijaya, docs@python
2012-08-27 13:08:48alilessetmessageid: <1346072928.31.0.118646474607.issue12403@psf.upfronthosting.co.za>
2012-08-27 13:08:47alileslinkissue12403 messages
2012-08-27 13:08:47alilescreate