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 pitrou
Recipients pitrou
Date 2009-03-25.19:48:17
SpamBayes Score 3.021583e-12
Marked as misclassified No
Message-id <1238010498.55.0.614521874379.issue5562@psf.upfronthosting.co.za>
In-reply-to
Content
(if I explicitly set another encoding, it doesn't work however:

>>> locale.setlocale(locale.LC_TIME, "fr_FR.ISO-8859-1")
'fr_FR.ISO-8859-1'
>>> time.strftime("%B", (2009,2,1,0,0,0,0,0,0))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 1-3:
invalid data

)
History
Date User Action Args
2009-03-25 19:48:18pitrousetrecipients: + pitrou
2009-03-25 19:48:18pitrousetmessageid: <1238010498.55.0.614521874379.issue5562@psf.upfronthosting.co.za>
2009-03-25 19:48:17pitroulinkissue5562 messages
2009-03-25 19:48:17pitroucreate