Patch #711902: Cause pydoc to show data descriptor __doc__ strings.
diff --git a/Misc/NEWS b/Misc/NEWS
index a9063e2..05c9ce2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@
 Library
 -------
 
+- inspect.is{method|data}descriptor was added, to allow pydoc display
+  __doc__ of data descriptors.
+
 - Fixed socket speed loss caused by use of the _socketobject wrapper class
   in socket.py.