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 kulikjak
Recipients kulikjak, vstinner
Date 2019-06-28.14:41:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561732883.88.0.910627580638.issue37335@roundup.psfhosted.org>
In-reply-to
Content
Python 3.8+ encodings are always normalized and thus no output variations handling is necessary (the code is no longer necessary).

Python 3.7 (and possibly lower) can have variations in encodings - that should be fixed with codecs.lookup functions.
History
Date User Action Args
2019-06-28 14:41:23kulikjaksetrecipients: + kulikjak, vstinner
2019-06-28 14:41:23kulikjaksetmessageid: <1561732883.88.0.910627580638.issue37335@roundup.psfhosted.org>
2019-06-28 14:41:23kulikjaklinkissue37335 messages
2019-06-28 14:41:23kulikjakcreate