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 kbk
Recipients
Date 2005-01-08.22:41:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=149084

In IDLE it's useful for debugging:
print>>sys.__stderr__, "!!!BOO!!!"
will print a message to the console no matter what the
redirection status is.  So that's a use in addition to the
two given in the sys module docs.  Agreed that its bad
practice to use them to restore redirection, but that IMO
belongs in a tutorial, not the reference docs....
History
Date User Action Args
2008-01-20 09:57:23adminlinkissue1096310 messages
2008-01-20 09:57:23admincreate