commit | e59e2bab8fe0fc3d20e815ac0f9b83d361d0d715 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat May 03 09:09:02 2003 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat May 03 09:09:02 2003 +0000 |
tree | 1ceec154b81d1404ebe43a37d9758df8d1c3380a | |
parent | e86a59af886d6c0f58f53e42878a25e48627fed1 [diff] |
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.