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 mbussonn
Recipients mbussonn
Date 2018-05-11.02:31:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2018-05-11 02:31:13mbussonnsetrecipients: + mbussonn
2018-05-11 02:31:13mbussonnsetmessageid: <[email protected]>
2018-05-11 02:31:12mbussonnlinkissue33461 messages
2018-05-11 02:31:12mbussonncreate