New submission from Karthikeyan Singaravelan <tir.kar...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue39377>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to