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 methane
Recipients eryksun, ezio.melotti, lemburg, methane, vstinner
Date 2022-03-30.07:25:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648625156.52.0.0183797354699.issue47000@roundup.psfhosted.org>
In-reply-to
Content
@vstiner Since UTF-8 mode affects `locale.getpreferredencoding(False)`, I need to decide alternative API in the PEP 686.

If no objections, I will choose `locale.get_encoding()` for current locale encoding (ACP on Windows).

See https://github.com/python/peps/pull/2470/files
History
Date User Action Args
2022-03-30 07:25:56methanesetrecipients: + methane, lemburg, vstinner, ezio.melotti, eryksun
2022-03-30 07:25:56methanesetmessageid: <1648625156.52.0.0183797354699.issue47000@roundup.psfhosted.org>
2022-03-30 07:25:56methanelinkissue47000 messages
2022-03-30 07:25:56methanecreate