mirror of https://github.com/python/cpython
Mention caching and better thread-safety for Lib/_strptime.py
This commit is contained in:
parent
106490915b
commit
b7150a23f7
|
@ -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
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Reference in New Issue