commit | 9d3658147b56e24e96e174510b6ee91c8141e530 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Nov 07 23:08:05 2018 -0800 |
committer | GitHub <noreply@github.com> | Wed Nov 07 23:08:05 2018 -0800 |
tree | e908c4b879cc73f976ffc33c519325c7dc67c550 | |
parent | 3ba5e253de1a52e9692aa645c95072705f08b7bb [diff] |
bpo-34966: Improve support of method aliases in pydoc. (GH-9823) Pydoc now does not duplicate docstrings for aliases of inherited methods. (cherry picked from commit a44d34e17908a49d584f86c4f8642a50707b7150) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>