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 benjamin.peterson
Recipients benjamin.peterson, ezio.melotti, jaysinh.shukla, mrabarnett, ncoghlan, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-03-06.08:01:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488787296.1115181.901587032.2C084C2C@webmail.messagingengine.com>
In-reply-to <1488787117.54.0.942924982226.issue29571@psf.upfronthosting.co.za>
Content
I don't see what's odd about it. re.LOCALE uses the C locale, which one
obtains from locale.getlocale(). getpreferredencoding() is not
documented to have anything to do with the C locale, and indeed on
Windows it may be completely different.
History
Date User Action Args
2017-03-06 08:01:39benjamin.petersonsetrecipients: + benjamin.peterson, paul.moore, ncoghlan, vstinner, tim.golden, ezio.melotti, mrabarnett, zach.ware, serhiy.storchaka, steve.dower, jaysinh.shukla
2017-03-06 08:01:39benjamin.petersonlinkissue29571 messages
2017-03-06 08:01:39benjamin.petersoncreate