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 sentinel
Recipients ned.deily, r.david.murray, ronaldoussoren, sentinel, serhiy.storchaka
Date 2015-10-12.16:16:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444666579.89.0.441987357949.issue25359@psf.upfronthosting.co.za>
In-reply-to
Content
The difference, and I believe the crux of the issue is that locale.getprefferedencoding() is still returning and encoding for you, mine returns and emtpy str.

Do you have any other envs set that getprefferedencoding my be using:
 'LANGUAGE', 'LC_ALL', 'LC_CTYPE', and 'LANG'
Perhaps if you wipe all of these?
History
Date User Action Args
2015-10-12 16:16:19sentinelsetrecipients: + sentinel, ronaldoussoren, ned.deily, r.david.murray, serhiy.storchaka
2015-10-12 16:16:19sentinelsetmessageid: <1444666579.89.0.441987357949.issue25359@psf.upfronthosting.co.za>
2015-10-12 16:16:19sentinellinkissue25359 messages
2015-10-12 16:16:19sentinelcreate