Better note that str.zfill() was added in 2.2.2 as well. ;-(

This commit is contained in:
Fred Drake 2002-11-16 00:44:00 +00:00
parent 9171801de9
commit e55bec2566
1 changed files with 1 additions and 0 deletions

View File

@ -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}