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 BreamoreBoy
Recipients AndiDog_old, BreamoreBoy, eric.smith, ezio.melotti, vstinner
Date 2014-07-10.14:08:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405001330.66.0.518543771408.issue8304@psf.upfronthosting.co.za>
In-reply-to
Content
Using 3.4.1 and 3.5.0 I get:-

time.strftime("%d\u200F%A", time.gmtime())
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
UnicodeEncodeError: 'locale' codec can't encode character '\u200f' in position 2: Illegal byte sequence
History
Date User Action Args
2014-07-10 14:08:50BreamoreBoysetrecipients: + BreamoreBoy, vstinner, eric.smith, ezio.melotti, AndiDog_old
2014-07-10 14:08:50BreamoreBoysetmessageid: <1405001330.66.0.518543771408.issue8304@psf.upfronthosting.co.za>
2014-07-10 14:08:50BreamoreBoylinkissue8304 messages
2014-07-10 14:08:50BreamoreBoycreate