summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-04-03 23:09:20 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-04-03 23:09:20 (GMT)
commit0f38908684505905fd0890f4effbe6f683b39954 (patch)
treeb38d916a07ecd6e6cefd10ccb0fea619f0e2d172 /Misc
parenta99e1711f7899fa49dfde4cd6b7514ad172ddff2 (diff)
downloadcpython-0f38908684505905fd0890f4effbe6f683b39954.zip
cpython-0f38908684505905fd0890f4effbe6f683b39954.tar.gz
cpython-0f38908684505905fd0890f4effbe6f683b39954.tar.bz2
#17572: Avoid chained exceptions while passing bad directives to time.strptime(). Initial patch by Claudiu Popa.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 03f9e2f..4405779 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Core and Builtins
Library
-------
+- Issue #17572: Avoid chained exceptions while passing bad directives to
+ time.strptime(). Initial patch by Claudiu Popa.
+
- Issue #14254: IDLE now handles readline correctly across shell restarts.
- Issue #17614: IDLE no longer raises exception when quickly closing a file.