Add a version annotation for the help() function.

This commit is contained in:
Fred Drake 2002-04-17 12:54:04 +00:00
parent 70b3831697
commit 933f159a2f
1 changed files with 1 additions and 0 deletions

View File

@ -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}