From: Fred Drake Date: Wed, 17 Apr 2002 12:54:56 +0000 (+0000) Subject: Add a version annotation for the help() function. X-Git-Tag: v2.2.2b1~446 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca547d47e304ffc288afe2cfe4f896428058d153;p=thirdparty%2FPython%2Fcpython.git Add a version annotation for the help() function. --- diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index a2407d759d89..cd3586c7f2bd 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -415,6 +415,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}