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 legnaleurc
Recipients berker.peksag, legnaleurc, r.david.murray, rhettinger, serhiy.storchaka
Date 2016-08-28.08:45:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472373943.34.0.179902189986.issue27413@psf.upfronthosting.co.za>
In-reply-to
Content
1. Replaced non-ASCII literals to \uXXXX
2. Removed failed assertion

Test passed with LC_ALL=en_US and LC_ALL=en_US.UTF-8 .

I've tried to use locale.getdefaultlocale(), but seems the output string will vary in different locales.
History
Date User Action Args
2016-08-28 08:45:43legnaleurcsetrecipients: + legnaleurc, rhettinger, r.david.murray, berker.peksag, serhiy.storchaka
2016-08-28 08:45:43legnaleurcsetmessageid: <1472373943.34.0.179902189986.issue27413@psf.upfronthosting.co.za>
2016-08-28 08:45:43legnaleurclinkissue27413 messages
2016-08-28 08:45:43legnaleurccreate