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 r.david.murray
Recipients r.david.murray, tebeka
Date 2011-06-24.23:15:52
SpamBayes Score 0.0014419516
Marked as misclassified No
Message-id <1308957353.38.0.0491443804841.issue12402@psf.upfronthosting.co.za>
In-reply-to
Content
That's correct.  The write method is for writing to stderr, and by implication is called only for errors.  Not, I think, the most obvious name that could have been chosen for the method, but it does seem to be doing what it is documented to do in your example.
History
Date User Action Args
2011-06-24 23:15:53r.david.murraysetrecipients: + r.david.murray, tebeka
2011-06-24 23:15:53r.david.murraysetmessageid: <1308957353.38.0.0491443804841.issue12402@psf.upfronthosting.co.za>
2011-06-24 23:15:52r.david.murraylinkissue12402 messages
2011-06-24 23:15:52r.david.murraycreate