summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 640a25a..eabcfb7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -68,6 +68,9 @@ Core and Builtins
Library
-------
+- Issue #19545: Avoid chained exceptions while passing stray % to
+ time.strptime(). Initial patch by Claudiu Popa.
+
- Issue #3158: doctest can now find doctests in functions and methods
written in C.