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-26.08:09:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561536590.78.0.402606383115.issue37335@roundup.psfhosted.org>
In-reply-to
Content
I just added that in the way it was already there but I see why the current solution is not the best. Also I wanted to push this into 3.7 only as this problem is not present in 3.8 (as discussed in the PR 11195 opened incorrectly against the master).

Just to be sure: what you propose is to rewrite current replaces to use "codecs.lookup(encoding).name" instead and then push it into the master?
Ok, I will look into it.
History
Date User Action Args
2019-06-26 08:09:50kulikjaksetrecipients: + kulikjak, vstinner
2019-06-26 08:09:50kulikjaksetmessageid: <1561536590.78.0.402606383115.issue37335@roundup.psfhosted.org>
2019-06-26 08:09:50kulikjaklinkissue37335 messages
2019-06-26 08:09:50kulikjakcreate