From d3d5768e5ecf017d96b71d8ed437267ff47203b1 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 29 May 2003 02:10:31 +0000 Subject: isdatadescriptor() was added recently. --- Doc/lib/libinspect.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/lib/libinspect.tex b/Doc/lib/libinspect.tex index cc41f2f..2429c7d 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 -- cgit v0.12