isdatadescriptor() was added recently.

This commit is contained in:
Neal Norwitz 2003-05-29 02:10:31 +00:00
parent 2748a4aa7e
commit d3d5768e5e
1 changed files with 1 additions and 0 deletions

View File

@ -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