From: Fred Drake Date: Sat, 16 Nov 2002 00:44:00 +0000 (+0000) Subject: Better note that str.zfill() was added in 2.2.2 as well. ;-( X-Git-Tag: v2.3c1~3384 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e55bec25666433ad0c842f5ae9e77b8a78f63bff;p=thirdparty%2FPython%2Fcpython.git Better note that str.zfill() was added in 2.2.2 as well. ;-( --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 355266c9f6e4..eb12aa7f44f8 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -723,6 +723,7 @@ Return a copy of the string converted to uppercase. Return the numeric string left filled with zeros in a string of length \var{width}. The original string is returned if \var{width} is less than \code{len(\var{s})}. +\versionadded{2.2.2} \end{methoddesc}