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 numerodix
Recipients BreamoreBoy, Saimadhav.Heblikar, barry, numerodix, pitrou, rhettinger, vinay.sajip
Date 2014-08-16.19:07:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408216050.86.0.0974722322197.issue22195@psf.upfronthosting.co.za>
In-reply-to
Content
Hm, on this model you still have to go and update all your print() statements with the file= argument. That's less invasive than replacing them with logger.info(), but still not very elegant. You're also repeating the stream on every occurrence, so easy to leave it out by mistake.
History
Date User Action Args
2014-08-16 19:07:30numerodixsetrecipients: + numerodix, barry, rhettinger, vinay.sajip, pitrou, BreamoreBoy, Saimadhav.Heblikar
2014-08-16 19:07:30numerodixsetmessageid: <1408216050.86.0.0974722322197.issue22195@psf.upfronthosting.co.za>
2014-08-16 19:07:30numerodixlinkissue22195 messages
2014-08-16 19:07:30numerodixcreate