]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a version annotation for the help() function.
authorFred Drake <fdrake@acm.org>
Wed, 17 Apr 2002 12:54:56 +0000 (12:54 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 17 Apr 2002 12:54:56 +0000 (12:54 +0000)
Doc/lib/libfuncs.tex

index a2407d759d89328baeaa8574b62ef8b66e9d781a..cd3586c7f2bdd0473956cb07dfedfa3f426d2749 100644 (file)
@@ -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}