mirror of https://github.com/python/cpython
Add a version annotation for the help() function.
This commit is contained in:
parent
70b3831697
commit
933f159a2f
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue