commit | b7150a23f75a0fe00256703fb9dc435ade4c4bc2 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue Aug 05 06:27:04 2003 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue Aug 05 06:27:04 2003 +0000 |
tree | df8d23a7f2d2a5ae62eb59379a83c7de4006fd7e | |
parent | 106490915b6f1b140cc6ae599cd5dbb71a64b312 [diff] [blame] |
Mention caching and better thread-safety for Lib/_strptime.py
diff --git a/Misc/NEWS b/Misc/NEWS index 435dd64..d790fc8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,10 @@ 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 -----------