summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-04-15 19:51:09 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-04-15 19:51:09 (GMT)
commit3034efdd298ad5f94a61f9f0e8ab0fee1d2d212e (patch)
tree42236d2d7518cd4f214de096919718811e7ad3fa /Misc
parented3cd7e445e7be413d1b454471454f7ff9f21f1f (diff)
downloadcpython-3034efdd298ad5f94a61f9f0e8ab0fee1d2d212e.zip
cpython-3034efdd298ad5f94a61f9f0e8ab0fee1d2d212e.tar.gz
cpython-3034efdd298ad5f94a61f9f0e8ab0fee1d2d212e.tar.bz2
Issue #17710: Fix pickle raising a SystemError on bogus input.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ade041e..bf64dfd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@ Core and Builtins
Library
-------
+- Issue #17710: Fix pickle raising a SystemError on bogus input.
+
- Issue #17341: Include the invalid name in the error messages from re about
invalid group names.