isdatadescriptor() was added recently.

This commit is contained in:
Neal Norwitz 2003-05-29 02:10:31 +00:00
parent 2748a4aa7e
commit d3d5768e5e

View file

@ -184,6 +184,7 @@ Note:
Typically, data descriptors will also have __name__ and __doc__ attributes Typically, data descriptors will also have __name__ and __doc__ attributes
(properties, getsets, and members have both of these attributes), but this (properties, getsets, and members have both of these attributes), but this
is not guaranteed. is not guaranteed.
\versionadded{2.3}
\end{funcdesc} \end{funcdesc}
\subsection{Retrieving source code \subsection{Retrieving source code