From: Fred Drake Date: Wed, 17 Apr 2002 12:54:04 +0000 (+0000) Subject: Add a version annotation for the help() function. X-Git-Tag: v2.3c1~5907 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=933f159a2f413891a0e47ea807372772182f8455;p=python Add a version annotation for the help() function. --- diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 814b26b973..3192a17605 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}