summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2003-07-01 05:16:08 (GMT)
committerBrett Cannon <bcannon@gmail.com>2003-07-01 05:16:08 (GMT)
commit20def8bb19c35606ff928ee2d74181bdbb7fe5da (patch)
tree6c8f21ea9efd1b5d138934e38236ba3760b71b7e /Misc/NEWS
parent592c4cc46059e6443b7ae235c73180b75a3a69f7 (diff)
downloadcpython-20def8bb19c35606ff928ee2d74181bdbb7fe5da.zip
cpython-20def8bb19c35606ff928ee2d74181bdbb7fe5da.tar.gz
cpython-20def8bb19c35606ff928ee2d74181bdbb7fe5da.tar.bz2
Make temporary change of using _strptime for time.strptime permanent.
Flesh out docs to better explain time.strptime (closes bug #697990).
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
-------