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 steve.dower
Recipients BreamoreBoy, David.Sankel, Drekin, Jonitis, akira, amaury.forgeotdarc, christian.heimes, christoph, davidsarah, ezio.melotti, flox, giampaolo.rodola, hippietrail, lemburg, mark, mhammond, ncoghlan, pitrou, santoso.wijaya, smerlin, ssbarnea, steve.dower, stijn, terry.reedy, tim.golden, tzot, v+python, wiz21
Date 2015-01-13.14:06:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421157966.69.0.488749335617.issue1602@psf.upfronthosting.co.za>
In-reply-to
Content
It sounds like the script should handle the case where someone has already changed stdout better. We wrap the streams in PTVS so we can forward the output into the IDE where Unicode will display properly anyway.

Our wrapper missing fileno is a bug in our side, but finding the original one will break output forwarding.
History
Date User Action Args
2015-01-13 14:06:06steve.dowersetrecipients: + steve.dower, lemburg, mhammond, terry.reedy, tzot, amaury.forgeotdarc, ncoghlan, pitrou, giampaolo.rodola, christian.heimes, tim.golden, mark, christoph, ezio.melotti, v+python, hippietrail, ssbarnea, flox, davidsarah, santoso.wijaya, akira, BreamoreBoy, David.Sankel, smerlin, Drekin, wiz21, stijn, Jonitis
2015-01-13 14:06:06steve.dowersetmessageid: <1421157966.69.0.488749335617.issue1602@psf.upfronthosting.co.za>
2015-01-13 14:06:06steve.dowerlinkissue1602 messages
2015-01-13 14:06:06steve.dowercreate