summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-11-16 00:44:00 (GMT)
committerFred Drake <fdrake@acm.org>2002-11-16 00:44:00 (GMT)
commite55bec25666433ad0c842f5ae9e77b8a78f63bff (patch)
treeb43a25ced8f3defc668401d943c1493878512176 /Doc
parent9171801de902f003e4000152726115f075ab4f39 (diff)
downloadcpython-e55bec25666433ad0c842f5ae9e77b8a78f63bff.zip
cpython-e55bec25666433ad0c842f5ae9e77b8a78f63bff.tar.gz
cpython-e55bec25666433ad0c842f5ae9e77b8a78f63bff.tar.bz2
Better note that str.zfill() was added in 2.2.2 as well. ;-(
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libstdtypes.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index 355266c..eb12aa7 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}