Mention caching and better thread-safety for Lib/_strptime.py

This commit is contained in:
Brett Cannon 2003-08-05 06:27:04 +00:00
parent 106490915b
commit b7150a23f7
1 changed files with 4 additions and 0 deletions

View File

@ -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
-----------