From: Neal Norwitz Date: Thu, 29 May 2003 02:10:31 +0000 (+0000) Subject: isdatadescriptor() was added recently. X-Git-Tag: v2.3c1~576 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3d5768e5ecf017d96b71d8ed437267ff47203b1;p=thirdparty%2FPython%2Fcpython.git isdatadescriptor() was added recently. --- diff --git a/Doc/lib/libinspect.tex b/Doc/lib/libinspect.tex index cc41f2f18eda..2429c7dd1651 100644 --- a/Doc/lib/libinspect.tex +++ b/Doc/lib/libinspect.tex @@ -184,6 +184,7 @@ Note: Typically, data descriptors will also have __name__ and __doc__ attributes (properties, getsets, and members have both of these attributes), but this is not guaranteed. +\versionadded{2.3} \end{funcdesc} \subsection{Retrieving source code