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 eryksun, lemburg, methane, vstinner
Date 2021-03-19.12:11:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <c7a8e613-1928-faad-d7c4-a5b983aa5df5@egenix.com>
In-reply-to <1616153199.3.0.00892314562765.issue43552@roundup.psfhosted.org>
Content
On 19.03.2021 12:26, STINNER Victor wrote:
> 
> STINNER Victor <vstinner@python.org> added the comment:
> 
> Recently, I spent some days to document properly encodings used by Python.

Thanks for documenting this.

I would prefer to leave the locale module to really just an interface
to the lib C locale logic and not add encoding details which are
specific to Python's view on I/O (sys or io) or the file system (os).

Hopefully, in a few years, we can get rid of all this and standardize
on UTF-8 everywhere.
History
Date User Action Args
2021-03-19 12:11:27lemburgsetrecipients: + lemburg, vstinner, methane, eryksun
2021-03-19 12:11:27lemburglinkissue43552 messages
2021-03-19 12:11:27lemburgcreate