[New-bugs-announce] [issue33461] json.loads(encoding=<not None>) does not emit deprecation warning.

Matthias Bussonnier report at bugs.python.org
Thu May 10 22:31:13 EDT 2018


New submission from Matthias Bussonnier <bussonniermatthias at gmail.com>:

The `encoding` keyword of json.loads is ignored and deprecated. AFAICT this is since Python 3.1. 

Passing a value for encoding does not emit a deprecation warning.

----------
messages: 316384
nosy: mbussonn
priority: normal
severity: normal
status: open
title: json.loads(encoding=<not None>) does not emit deprecation warning.

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


More information about the New-bugs-announce mailing list