mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Patch #711902: Cause pydoc to show data descriptor __doc__ strings.
This commit is contained in:
parent
e86a59af88
commit
e59e2bab8f
5 changed files with 43 additions and 2 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue