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 vidartf
Recipients Gabi.Davar, brian.curtin, guy.linton, iki, lemburg, loewis, ned.deily, paul.moore, r.david.murray, skoczian, steve.dower, tim.golden, vidartf, zach.ware
Date 2019-08-23.15:03:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566572630.85.0.529671113013.issue10466@roundup.psfhosted.org>
In-reply-to
Content
Note that this is still an issue on Windows:

>>> import locale
>>> locale.getdefaultlocale()
('en_US', 'cp1252')
>>> locale.setlocale(locale.getdefaultlocale())
Error: unsupported locale setting
History
Date User Action Args
2019-08-23 15:03:50vidartfsetrecipients: + vidartf, lemburg, loewis, paul.moore, tim.golden, ned.deily, r.david.murray, brian.curtin, iki, guy.linton, skoczian, Gabi.Davar, zach.ware, steve.dower
2019-08-23 15:03:50vidartfsetmessageid: <1566572630.85.0.529671113013.issue10466@roundup.psfhosted.org>
2019-08-23 15:03:50vidartflinkissue10466 messages
2019-08-23 15:03:50vidartfcreate