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 Jonitis
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-14.11:47:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421236021.13.0.429817671114.issue1602@psf.upfronthosting.co.za>
In-reply-to
Content
Presumably Unicode streams would also fix file redirects. Currently, if you want to redirect stdout output to file it throws. For example PowerShell:
 C:\Python34\python.exe .\test.py | out-file -Encoding utf8 -FilePath 'test.txt'
History
Date User Action Args
2015-01-14 11:47:01Jonitissetrecipients: + Jonitis, 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, steve.dower, wiz21, stijn
2015-01-14 11:47:01Jonitissetmessageid: <1421236021.13.0.429817671114.issue1602@psf.upfronthosting.co.za>
2015-01-14 11:47:01Jonitislinkissue1602 messages
2015-01-14 11:47:00Jonitiscreate