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 lemburg
Recipients ezio.melotti, lemburg, methane, vstinner
Date 2022-03-15.11:52:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <75625f99-b4ab-b56a-2b0f-73a34ff6d0bb@egenix.com>
In-reply-to <1647328275.86.0.375590054328.issue47000@roundup.psfhosted.org>
Content
FWIW: I don't think the "locale" encoding is a good idea. Instead of
trying to fix this to make it more usable, I'd suggest to deprecate
and remove it again.

When it comes to encodings, explicit is better than implicit.

If an application wants to work with some user defined locale settings,
it's better for the application to decide where to pick the locale
settings from, e.g. the OS, the UI, an application config setting,
etc.

There are too many ways this can be done and trying to build
magic to determine the "right" one is bound to fail in one way or
another.
History
Date User Action Args
2022-03-15 11:52:19lemburgsetrecipients: + lemburg, vstinner, ezio.melotti, methane
2022-03-15 11:52:19lemburglinkissue47000 messages
2022-03-15 11:52:18lemburgcreate