[Python-checkins] python/dist/src/Misc NEWS,1.831.4.18,1.831.4.19

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Thu Aug 28 20:34:25 EDT 2003


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
_strptime.srptime() escaped parentheses in the format string properly.
Closes bug #796149 .


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.18
retrieving revision 1.831.4.19
diff -C2 -d -r1.831.4.18 -r1.831.4.19
*** NEWS	27 Aug 2003 05:08:19 -0000	1.831.4.18
--- NEWS	29 Aug 2003 02:34:22 -0000	1.831.4.19
***************
*** 31,34 ****
--- 31,37 ----
  -------
  
+ - Bug #796149: time.strptime() now handles having parentheses in the
+   format string properly.
+ 
  - The email package handles some RFC 2231 parameters with missing
    CHARSET fields better.





More information about the Python-checkins mailing list