Commit e55bec25 authored by Fred Drake's avatar Fred Drake

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

parent 9171801d
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment