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 v+python
Recipients David.Sankel, akira, amaury.forgeotdarc, christian.heimes, christoph, davidsarah, ezio.melotti, giampaolo.rodola, hippietrail, lemburg, mark, mhammond, pitrou, santoso.wijaya, smerlin, ssbarnea, terry.reedy, tim.golden, tzot, v+python, vstinner
Date 2012-07-03.05:14:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341292465.88.0.663695002289.issue1602@psf.upfronthosting.co.za>
In-reply-to
Content
For the win_console.patch, it seems like adding the line

self.errors='strict'

inside UnicodeOutput.__init__ resolves the problem with input causing exceptions.

Not sure if the sys_write_stdout.patch has the same sort of problem. Sure home this issue makes it into 3.3.
History
Date User Action Args
2012-07-03 05:14:26v+pythonsetrecipients: + v+python, lemburg, mhammond, terry.reedy, tzot, amaury.forgeotdarc, pitrou, vstinner, giampaolo.rodola, christian.heimes, tim.golden, mark, christoph, ezio.melotti, hippietrail, ssbarnea, davidsarah, santoso.wijaya, akira, David.Sankel, smerlin
2012-07-03 05:14:25v+pythonsetmessageid: <1341292465.88.0.663695002289.issue1602@psf.upfronthosting.co.za>
2012-07-03 05:14:25v+pythonlinkissue1602 messages
2012-07-03 05:14:25v+pythoncreate