]> granicus.if.org Git - python/commitdiff
Mention caching and better thread-safety for Lib/_strptime.py
authorBrett Cannon <bcannon@gmail.com>
Tue, 5 Aug 2003 06:27:04 +0000 (06:27 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 5 Aug 2003 06:27:04 +0000 (06:27 +0000)
Misc/NEWS

index 435dd643c9f1b95b8e75ef426950eb15ff0213b2..d790fc8e188e102cd1b24ff7741a31e4e55f381f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,10 @@ Extension modules
 Library
 -------
 
+- _strptime.py now has a behind-the-scense caching mechanism for the most
+  recent TimeRE instance used along with the last five unique directive
+  patterns.  The overall module was also made more thread-safe.
+
 Tools/Demos
 -----------