[issue10976] accept bytes in json.loads()

2016-09-10 Thread Nick Coghlan
Nick Coghlan added the comment: As Martin noted, Serhiy has implemented the autodetection option for json.loads in #17909 so closing this one as out of date - UTF-8, UTF-16 and UTF-32 encoded JSON data will be deserialised automatically in 3.6, while other text encodings aren't officially supp

[issue10976] accept bytes in json.loads()

2016-08-17 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: -pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue10976] accept bytes in json.loads()

2016-08-17 Thread STINNER Victor
Changes by STINNER Victor : -- versions: +Python 3.6 -Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10976] accept bytes in json.loads()

2016-08-17 Thread STINNER Victor
Changes by STINNER Victor : -- title: json.loads() raises TypeError on bytes object -> accept bytes in json.loads() ___ Python tracker ___ __