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