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 Arfrever, benjamin.peterson, lemburg, loewis, serhiy.storchaka
Date 2017-03-08.07:20:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488957653.18.0.52704674002.issue20087@psf.upfronthosting.co.za>
In-reply-to
Content
Not all platforms use glibc 2.24 as libc.

Ideally most of entries should even not exist. We should ask libc for the default encoding if it is not included in the locale name. The aliases table should be used only for mapping commonly used but unsupported by libc locales to supported by libc locales.
History
Date User Action Args
2017-03-08 07:20:53serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis, benjamin.peterson, Arfrever
2017-03-08 07:20:53serhiy.storchakasetmessageid: <1488957653.18.0.52704674002.issue20087@psf.upfronthosting.co.za>
2017-03-08 07:20:53serhiy.storchakalinkissue20087 messages
2017-03-08 07:20:53serhiy.storchakacreate