commit | dee76e627d1561d519b0eb0b179e226f0e1a343f | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Jan 13 22:53:25 2012 +0100 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Jan 13 22:53:25 2012 +0100 |
tree | b3a4528be82a2413d3399ac9ea279124db0ed7d1 | |
parent | 44765e58b08b5591d30f194871cb672909159e4d [diff] [blame] |
Issue #13774: json: Fix a SystemError when a bogus encoding is passed to json.loads().
diff --git a/Misc/NEWS b/Misc/NEWS index aa32dd7..ae2c1a3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -374,6 +374,9 @@ Extension Modules ----------------- +- Issue #13774: json: Fix a SystemError when a bogus encoding is passed to + json.loads(). + - Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by Vilmos Nebehaj.