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 af190bd..76ec673 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Extension modules
- SSL no longer crashes the interpreter when the remote side disconnects.
+- time.strptime now exclusively uses the Python implementation
+ contained within the _strptime module.
+
Library
-------