[Python-checkins] python/dist/src/Misc NEWS,1.1366,1.1367

bcannon@users.sourceforge.net bcannon at users.sourceforge.net
Thu Sep 15 04:34:59 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
Clear out the regex cache when the TimeRE cache is invalidated by a locale
change.

Fixes bug #1290505.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1366
retrieving revision 1.1367
diff -u -d -r1.1366 -r1.1367
--- NEWS	14 Sep 2005 20:53:32 -0000	1.1366
+++ NEWS	15 Sep 2005 02:34:56 -0000	1.1367
@@ -217,6 +217,8 @@
 Library
 -------
 
+- Bug #1290505: Fix clearing the regex cache for time.strptime().
+
 - Bug #1167128: Fix size of a symlink in a tarfile to be 0.
 
 - Patch #810023: Fix off-by-one bug in urllib.urlretrieve reporthook



More information about the Python-checkins mailing list