[New-bugs-announce] [issue39377] json.loads encoding parameter deprecation removal in Python 3.9

Karthikeyan Singaravelan report at bugs.python.org
Sat Jan 18 00:27:40 EST 2020


New submission from Karthikeyan Singaravelan <tir.karthi at gmail.com>:

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.

----------
components: Library (Lib)
messages: 360235
nosy: inada.naoki, serhiy.storchaka, vstinner, xtreak
priority: normal
severity: normal
status: open
title: json.loads encoding parameter deprecation removal in Python 3.9
type: behavior
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39377>
_______________________________________


More information about the New-bugs-announce mailing list