[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.98, 1.1193.2.99

bcannon@users.sourceforge.net bcannon at users.sourceforge.net
Thu Sep 15 04:42:08 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6239/Misc

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Clear the regex cache when the locale changes.

Backport of fix for bug #1290505.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.98
retrieving revision 1.1193.2.99
diff -u -d -r1.1193.2.98 -r1.1193.2.99
--- NEWS	14 Sep 2005 20:53:38 -0000	1.1193.2.98
+++ NEWS	15 Sep 2005 02:42:05 -0000	1.1193.2.99
@@ -92,6 +92,9 @@
 Library
 -------
 
+- Bug #1290505: time.strptime() was not invalidating its regex cache when the
+  locale changed.
+
 - Fix a misuse of str.find() in detection of use of %U or %W in datetime
   format.
 



More information about the Python-checkins mailing list