diff options
author | Fred Drake <fdrake@acm.org> | 2002-04-17 12:54:04 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-04-17 12:54:04 (GMT) |
commit | 933f159a2f413891a0e47ea807372772182f8455 (patch) | |
tree | 18897286dff9ac457bb3ce2e26d121b67a529b42 /Doc/lib | |
parent | 70b3831697c251c1690eafa92662ee6a183b05d8 (diff) | |
download | cpython-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.tex | 1 |
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} |