[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex,1.80.6.18,1.80.6.19

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Mon, 17 Feb 2003 10:59:59 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv22615/Doc/lib

Modified Files:
      Tag: release22-maint
	libstdtypes.tex 
Log Message:
Fix SF bug #687655, String formatting conversions misleading

Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.80.6.18
retrieving revision 1.80.6.19
diff -C2 -d -r1.80.6.18 -r1.80.6.19
*** libstdtypes.tex	13 Jan 2003 04:33:36 -0000	1.80.6.18
--- libstdtypes.tex	17 Feb 2003 18:59:54 -0000	1.80.6.19
***************
*** 793,797 ****
    \lineii{\#}{The value conversion will use the ``alternate form''
                (where defined below).}
!   \lineii{0}{The conversion will be zero padded.}
    \lineii{-}{The converted value is left adjusted (overrides
               the \character{0} conversion if both are given).}
--- 793,797 ----
    \lineii{\#}{The value conversion will use the ``alternate form''
                (where defined below).}
!   \lineii{0}{The conversion will be zero padded for numeric values.}
    \lineii{-}{The converted value is left adjusted (overrides
               the \character{0} conversion if both are given).}