commit | d3d5768e5ecf017d96b71d8ed437267ff47203b1 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Thu May 29 02:10:31 2003 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Thu May 29 02:10:31 2003 +0000 |
tree | 1dfcd83439f8d6c16ab6c45d7b60dae9d42552a8 | |
parent | 2748a4aa7e7b283f4fe96682c48860abf45702e1 [diff] [blame] |
isdatadescriptor() was added recently.
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 @@ 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