summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-05-03 09:09:02 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-05-03 09:09:02 (GMT)
commite59e2bab8fe0fc3d20e815ac0f9b83d361d0d715 (patch)
tree1ceec154b81d1404ebe43a37d9758df8d1c3380a /Misc
parente86a59af886d6c0f58f53e42878a25e48627fed1 (diff)
downloadcpython-e59e2bab8fe0fc3d20e815ac0f9b83d361d0d715.zip
cpython-e59e2bab8fe0fc3d20e815ac0f9b83d361d0d715.tar.gz
cpython-e59e2bab8fe0fc3d20e815ac0f9b83d361d0d715.tar.bz2
Patch #711902: Cause pydoc to show data descriptor __doc__ strings.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a9063e2..05c9ce2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Extension modules
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.