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 xtreak
Recipients methane, serhiy.storchaka, vstinner, xtreak
Date 2020-01-18.05:27:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579325260.22.0.801200056997.issue39377@roundup.psfhosted.org>
In-reply-to
Content
This is a followup of issue33461. The warning says about removal of the encoding parameter in 3.9 . It's already ignored since 3.1 hence I assume this should be raising a TypeError in 3.9 removing the deprecation warning. I am finding some projects using the encoding parameter though it has no effect. Since Python 3.9 has alpha 3 to be released it will be good to fix the deprecation in the early stage of release cycle.
History
Date User Action Args
2020-01-18 05:27:40xtreaksetrecipients: + xtreak, vstinner, methane, serhiy.storchaka
2020-01-18 05:27:40xtreaksetmessageid: <1579325260.22.0.801200056997.issue39377@roundup.psfhosted.org>
2020-01-18 05:27:39xtreaklinkissue39377 messages
2020-01-18 05:27:39xtreakcreate