[Python-checkins] python/dist/src/Misc NEWS,1.831.4.94,1.831.4.95

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sat Mar 20 18:13:52 EST 2004


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Fix test_strftime.py to escape locale time values that have characters that
might be mistaken for regex syntax.
Fixes bug #883604 .


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.94
retrieving revision 1.831.4.95
diff -C2 -d -r1.831.4.94 -r1.831.4.95
*** NEWS	20 Mar 2004 22:48:19 -0000	1.831.4.94
--- NEWS	20 Mar 2004 23:13:49 -0000	1.831.4.95
***************
*** 39,42 ****
--- 39,45 ----
  -------
  
+ - Bug #883604: Fix Lib/test/test_strftime.py to escape characters from locale
+   time values that might be mistaken as regex syntax.
+ 
  - Bug #700055: .pth files can now have any type of line endings.
  




More information about the Python-checkins mailing list