From 933f159a2f413891a0e47ea807372772182f8455 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 17 Apr 2002 12:54:04 +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 814b26b9738..3192a176051 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}