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 serhiy.storchaka
Recipients msmhrt, serhiy.storchaka
Date 2012-10-25.13:47:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351172832.86.0.722561540902.issue16322@psf.upfronthosting.co.za>
In-reply-to
Content
I see in 3.3 PyUnicode_DecodeFSDefaultAndSize() was replaced by PyUnicode_DecodeLocale().

What show sys.getdefaultencoding(), sys.getfilesystemencoding(), and locale.getpreferredencoding()?
History
Date User Action Args
2012-10-25 13:47:12serhiy.storchakasetrecipients: + serhiy.storchaka, msmhrt
2012-10-25 13:47:12serhiy.storchakasetmessageid: <1351172832.86.0.722561540902.issue16322@psf.upfronthosting.co.za>
2012-10-25 13:47:12serhiy.storchakalinkissue16322 messages
2012-10-25 13:47:12serhiy.storchakacreate