[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex, 1.142,
1.143
nnorwitz at users.sourceforge.net
nnorwitz at users.sourceforge.net
Wed Nov 26 09:54:58 EST 2003
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv17248/Doc/lib
Modified Files:
libstdtypes.tex
Log Message:
Add version changed doc for addition of fillchar to ljust/rjust/center
Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.142
retrieving revision 1.143
diff -C2 -d -r1.142 -r1.143
*** libstdtypes.tex 26 Nov 2003 08:21:32 -0000 1.142
--- libstdtypes.tex 26 Nov 2003 14:54:56 -0000 1.143
***************
*** 550,553 ****
--- 550,554 ----
Return centered in a string of length \var{width}. Padding is done
using the specified \var{fillchar} (default is a space).
+ \versionchanged[Support for the \var{fillchar} argument]{2.4}
\end{methoddesc}
***************
*** 651,654 ****
--- 652,656 ----
space). The original string is returned if
\var{width} is less than \code{len(\var{s})}.
+ \versionchanged[Support for the \var{fillchar} argument]{2.4}
\end{methoddesc}
***************
*** 690,693 ****
--- 692,696 ----
The original string is returned if
\var{width} is less than \code{len(\var{s})}.
+ \versionchanged[Support for the \var{fillchar} argument]{2.4}
\end{methoddesc}
More information about the Python-checkins
mailing list