homepage

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 vstinner
Recipients eryksun, paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2020年02月10日.23:16:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581376583.8.0.484632681283.issue38324@roundup.psfhosted.org>
In-reply-to
Content
>>> loc=locale.getlocale(locale.LC_CTYPE) 
>>> loc
('tr_TR', 'ISO8859-9')
getlocale() has issues on Unix, but worse issues on Windows. See:
* bpo-12726
* bpo-20087
* bpo-20088
* bpo-23425
* bpo-33934
* bpo-38805
I never use getlocale() and I never understood the purpose of this function. I use locale.setlocale(loc) (same than locale.setlocale(loc, None)) to *get* a locale: the result can be passed to locale.setlocale(loc, result) with no problem.
History
Date User Action Args
2020年02月10日 23:16:23vstinnersetrecipients: + vstinner, terry.reedy, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2020年02月10日 23:16:23vstinnersetmessageid: <1581376583.8.0.484632681283.issue38324@roundup.psfhosted.org>
2020年02月10日 23:16:23vstinnerlinkissue38324 messages
2020年02月10日 23:16:23vstinnercreate

AltStyle によって変換されたページ (->オリジナル) /