[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-34966: Improve support of method aliases in pydoc. #9823

Merged

Conversation

Copy link
Member

serhiy-storchaka commented Oct 12, 2018

Pydoc now detects aliases to inherited methods.

https://bugs.python.org/issue34966

Pydoc now detects aliases to inherited methods.
serhiy-storchaka self-assigned this Oct 29, 2018
serhiy-storchaka requested a review from 1st1 Oct 30, 2018
serhiy-storchaka merged commit a44d34e into python:master Nov 8, 2018
Copy link
Contributor

miss-islington commented Nov 8, 2018

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒🤖

serhiy-storchaka deleted the pydoc-method-aliases branch Nov 8, 2018
Copy link

bedevere-bot commented Nov 8, 2018

GH-10407 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 8, 2018
Pydoc now does not duplicate docstrings for aliases of inherited methods.
(cherry picked from commit a44d34e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 8, 2018
Pydoc now does not duplicate docstrings for aliases of inherited methods.
(cherry picked from commit a44d34e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Copy link

bedevere-bot commented Nov 8, 2018

GH-10408 is a backport of this pull request to the 3.6 branch.

Copy link
Contributor

miss-islington commented Nov 8, 2018

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7.
🐍🍒🤖

Copy link
Contributor

miss-islington commented Nov 8, 2018

Sorry, @serhiy-storchaka, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker a44d34e17908a49d584f86c4f8642a50707b7150 2.7

serhiy-storchaka removed their assignment Nov 8, 2018
miss-islington added a commit that referenced this pull request Nov 8, 2018
Pydoc now does not duplicate docstrings for aliases of inherited methods.
(cherry picked from commit a44d34e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
miss-islington added a commit that referenced this pull request Nov 8, 2018
Pydoc now does not duplicate docstrings for aliases of inherited methods.
(cherry picked from commit a44d34e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants