From ca547d47e304ffc288afe2cfe4f896428058d153 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 17 Apr 2002 12:54:56 +0000 Subject: [PATCH] Add a version annotation for the help() function. --- Doc/lib/libfuncs.tex | 1 + 1 file changed, 1 insertion(+) 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} -- 2.47.3