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 barry-scott
Recipients barry-scott
Date 2009-05-02.13:19:13
SpamBayes Score 6.278191e-07
Marked as misclassified No
Message-id <1241270355.41.0.0522158761991.issue5903@psf.upfronthosting.co.za>
In-reply-to
Content
On Mac OS X 10.5

$ LC_ALL=ru_RU.koi8-r python3.0 -c 'import time;print( time.strftime("%A"))'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-1:
invalid data
History
Date User Action Args
2009-05-02 13:19:15barry-scottsetrecipients: + barry-scott
2009-05-02 13:19:15barry-scottsetmessageid: <1241270355.41.0.0522158761991.issue5903@psf.upfronthosting.co.za>
2009-05-02 13:19:13barry-scottlinkissue5903 messages
2009-05-02 13:19:13barry-scottcreate