]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Mon, 25 Mar 2019 20:01:13 +0000 (13:01 -0700)
committerGitHub <noreply@github.com>
Mon, 25 Mar 2019 20:01:13 +0000 (13:01 -0700)
commitd1e768a67707bf7bb426c1537e1a764e89eaff78
treeeba1dc9c8a257e8c9fec36cef006eb06498d54ee
parent713a8ae7926472b02ee1a394633eb54aaa7912d1
bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498)
Doc/whatsnew/3.8.rst
Lib/inspect.py
Lib/statistics.py
Lib/test/test_inspect.py
Lib/test/test_statistics.py
Misc/NEWS.d/next/Library/2019-03-22-13-47-52.bpo-36326.WCnEI5.rst [new file with mode: 0644]