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 vstinner
Date 2020-11-01.22:07:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604268452.01.0.832360738211.issue42236@roundup.psfhosted.org>
In-reply-to
Content
New changeset e662c398d87f136497f8ec672e83657ae3a599e0 by Victor Stinner in branch 'master':
bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
https://github.com/python/cpython/commit/e662c398d87f136497f8ec672e83657ae3a599e0
History
Date User Action Args
2020-11-01 22:07:32vstinnersetrecipients: + vstinner
2020-11-01 22:07:32vstinnersetmessageid: <1604268452.01.0.832360738211.issue42236@roundup.psfhosted.org>
2020-11-01 22:07:32vstinnerlinkissue42236 messages
2020-11-01 22:07:31vstinnercreate