mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
SF patch #834444: add versionadd to new functions
(Contributed by George Yoshida.)
This commit is contained in:
parent
cc523fc53d
commit
83c187460e
1 changed files with 2 additions and 0 deletions
|
|
@ -66,10 +66,12 @@ constructor.
|
|||
|
||||
\begin{funcdesc}{is_}{a, b}
|
||||
Return \code{\var{a} is \var{b}}. Tests object identity.
|
||||
\versionadded{2.3}
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{is_not}{a, b}
|
||||
Return \code{\var{a} is not \var{b}}. Tests object identity.
|
||||
\versionadded{2.3}
|
||||
\end{funcdesc}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue