[Python-checkins] python/dist/src/Misc NEWS,1.831.4.6,1.831.4.7

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Wed Aug 6 15:17:11 EDT 2003


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Re-introduction of caching.  Not thread-safe against the changing of locale
in the middle of executing time.strptime .  Added new tests for caching
mechanism; taken from 2.4 branch and tweaked appropriately.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.6
retrieving revision 1.831.4.7
diff -C2 -d -r1.831.4.6 -r1.831.4.7
*** NEWS	6 Aug 2003 06:55:09 -0000	1.831.4.6
--- NEWS	6 Aug 2003 21:17:09 -0000	1.831.4.7
***************
*** 27,30 ****
--- 27,34 ----
  - Bug #782369:  fix memory leak in array module.
  
+ - Caching in _strptime.py has been re-introduced.  This leads to a large
+   performance boost at the cost of being thread-safe from locale changes
+   while executing time.strptime() .
+ 
  IDLE
  ----





More information about the Python-checkins mailing list