diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2019-01-15 08:53:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-15 08:53:18 (GMT) |
commit | efcf82f94572abcdbd70336e0b2c3d0f4df280bc (patch) | |
tree | 3af379fca24788ac7196139940ba250148c84114 /Misc/NEWS.d | |
parent | 6fe9c446f8302553952f63fc6d96be4dfa48ceba (diff) | |
download | cpython-efcf82f94572abcdbd70336e0b2c3d0f4df280bc.zip cpython-efcf82f94572abcdbd70336e0b2c3d0f4df280bc.tar.gz cpython-efcf82f94572abcdbd70336e0b2c3d0f4df280bc.tar.bz2 |
bpo-35619: Improve support of custom data descriptors in help() and pydoc. (GH-11366)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-12-30-19-50-36.bpo-35619.ZRXdhy.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-12-30-19-50-36.bpo-35619.ZRXdhy.rst b/Misc/NEWS.d/next/Library/2018-12-30-19-50-36.bpo-35619.ZRXdhy.rst new file mode 100644 index 0000000..fe278e6 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-12-30-19-50-36.bpo-35619.ZRXdhy.rst @@ -0,0 +1,2 @@ +Improved support of custom data descriptors in :func:`help` and +:mod:`pydoc`. |