diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2012-01-13 21:53:25 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2012-01-13 21:53:25 (GMT) |
commit | dee76e627d1561d519b0eb0b179e226f0e1a343f (patch) | |
tree | b3a4528be82a2413d3399ac9ea279124db0ed7d1 /Misc | |
parent | 44765e58b08b5591d30f194871cb672909159e4d (diff) | |
download | cpython-dee76e627d1561d519b0eb0b179e226f0e1a343f.zip cpython-dee76e627d1561d519b0eb0b179e226f0e1a343f.tar.gz cpython-dee76e627d1561d519b0eb0b179e226f0e1a343f.tar.bz2 |
Issue #13774: json: Fix a SystemError when a bogus encoding is passed to
json.loads().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -374,6 +374,9 @@ Library 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. |