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 gilbertson.david
Recipients docs@python, gilbertson.david
Date 2021-12-21.04:42:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640061737.92.0.106243605034.issue46143@roundup.psfhosted.org>
In-reply-to
Content
On this page: https://docs.python.org/3/library/io.html#text-encoding it says "there is no concrete plan as of yet, Python may change the default text file encoding to UTF-8 in the future".

On this page https://docs.python.org/3/library/os.html#utf8-mode is says that from 3.7 onwards UTF-8 will be selected by default.

Does that mean that the text in the first section is now outdated, as it was addressed by PEP 540?

I'm a newbie, so apologies if I'm missing something obvious or filing this in the wrong spot.
History
Date User Action Args
2021-12-21 04:42:18gilbertson.davidsetrecipients: + gilbertson.david, docs@python
2021-12-21 04:42:17gilbertson.davidsetmessageid: <1640061737.92.0.106243605034.issue46143@roundup.psfhosted.org>
2021-12-21 04:42:17gilbertson.davidlinkissue46143 messages
2021-12-21 04:42:17gilbertson.davidcreate