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

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Tue Aug 26 23:08:21 EDT 2003


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
SF bug #795506:  Wrong handling of string format code for float values.

Added missing support for '%F' as had been documented.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.17
retrieving revision 1.831.4.18
diff -C2 -d -r1.831.4.17 -r1.831.4.18
*** NEWS	19 Aug 2003 04:50:31 -0000	1.831.4.17
--- NEWS	27 Aug 2003 05:08:19 -0000	1.831.4.18
***************
*** 13,16 ****
--- 13,19 ----
  -----------------
  
+ - Bug #795506:  The % formatting operator did not support '%F' as
+   had been documented.
+ 
  - Bug #775985: Only set stdout.encoding if a codec is available.
  





More information about the Python-checkins mailing list