mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
SF patch #834444: add versionadd to new functions
(Contributed by George Yoshida.)
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user