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 ishimoto
Recipients amaury.forgeotdarc, gvanrossum, ishimoto
Date 2008-04-16.00:33:30
SpamBayes Score 0.33399743
Marked as misclassified No
Message-id <1208306012.7.0.724526880283.issue2630@psf.upfronthosting.co.za>
In-reply-to
Content
I think sys.stdout need to have backslashreplace error handler. 
Without backslashreplace, print(listOfJapaneseString) prints nothing, 
but raises an exception. This is worse than Python2.
History
Date User Action Args
2008-04-16 00:33:33ishimotosetspambayes_score: 0.333997 -> 0.33399743
recipients: + ishimoto, gvanrossum, amaury.forgeotdarc
2008-04-16 00:33:32ishimotosetspambayes_score: 0.333997 -> 0.333997
messageid: <1208306012.7.0.724526880283.issue2630@psf.upfronthosting.co.za>
2008-04-16 00:33:31ishimotolinkissue2630 messages
2008-04-16 00:33:30ishimotocreate