[Python-checkins] python/dist/src/Misc NEWS,1.834,1.835

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Tue Aug 5 00:27:06 EDT 2003


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv6403/Misc

Modified Files:
	NEWS 
Log Message:
Mention caching and better thread-safety for Lib/_strptime.py

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.834
retrieving revision 1.835
diff -C2 -d -r1.834 -r1.835
*** NEWS	2 Aug 2003 07:42:55 -0000	1.834
--- NEWS	5 Aug 2003 06:27:04 -0000	1.835
***************
*** 22,25 ****
--- 22,29 ----
  -------
  
+ - _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
  -----------





More information about the Python-checkins mailing list