[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex,1.117,1.118

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


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

Modified Files:
	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.117
retrieving revision 1.118
diff -C2 -d -r1.117 -r1.118
*** libstdtypes.tex	13 Jan 2003 04:29:19 -0000	1.117
--- libstdtypes.tex	17 Feb 2003 18:57:06 -0000	1.118
***************
*** 801,805 ****
    \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).}
--- 801,805 ----
    \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).}