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 xdegaye
Recipients Alex.Willmer, lemburg, loewis, vstinner, xdegaye
Date 2016-05-14.09:40:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463218853.44.0.770588487125.issue26920@psf.upfronthosting.co.za>
In-reply-to
Content
This patch fixes the locale setting on startup when the LC_ALL environment variable is set to C, and as a consequence test_c_locale_surrogateescape does not fail anymore. Note that on Android HAVE_LANGINFO_H is undefined, see issue #22747.
History
Date User Action Args
2016-05-14 09:40:53xdegayesetrecipients: + xdegaye, lemburg, loewis, vstinner, Alex.Willmer
2016-05-14 09:40:53xdegayesetmessageid: <1463218853.44.0.770588487125.issue26920@psf.upfronthosting.co.za>
2016-05-14 09:40:53xdegayelinkissue26920 messages
2016-05-14 09:40:53xdegayecreate