summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-04-17 12:54:04 (GMT)
committerFred Drake <fdrake@acm.org>2002-04-17 12:54:04 (GMT)
commit933f159a2f413891a0e47ea807372772182f8455 (patch)
tree18897286dff9ac457bb3ce2e26d121b67a529b42 /Doc/lib
parent70b3831697c251c1690eafa92662ee6a183b05d8 (diff)
downloadcpython-933f159a2f413891a0e47ea807372772182f8455.zip
cpython-933f159a2f413891a0e47ea807372772182f8455.tar.gz
cpython-933f159a2f413891a0e47ea807372772182f8455.tar.bz2
Add a version annotation for the help() function.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libfuncs.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex
index 814b26b..3192a17 100644
--- a/Doc/lib/libfuncs.tex
+++ b/Doc/lib/libfuncs.tex
@@ -425,6 +425,7 @@ def my_import(name):
function, class, method, keyword, or documentation topic, and a
help page is printed on the console. If the argument is any other
kind of object, a help page on the object is generated.
+ \versionadded{2.2}
\end{funcdesc}
\begin{funcdesc}{hex}{x}