diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-05-03 09:09:02 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-05-03 09:09:02 (GMT) |
commit | e59e2bab8fe0fc3d20e815ac0f9b83d361d0d715 (patch) | |
tree | 1ceec154b81d1404ebe43a37d9758df8d1c3380a /Misc | |
parent | e86a59af886d6c0f58f53e42878a25e48627fed1 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |