Skip to content

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

Merged
serhiy-storchaka merged 4 commits into
python:masterfrom
serhiy-storchaka:pydoc-method-aliases
Nov 8, 2018
Merged

bpo-34966: Improve support of method aliases in pydoc.#9823
serhiy-storchaka merged 4 commits into
python:masterfrom
serhiy-storchaka:pydoc-method-aliases

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Oct 12, 2018

Copy link
Copy Markdown
Member

Pydoc now detects aliases to inherited methods.

https://bugs.python.org/issue34966

Pydoc now detects aliases to inherited methods.
@serhiy-storchaka serhiy-storchaka self-assigned this Oct 29, 2018
@serhiy-storchaka serhiy-storchaka requested a review from 1st1 October 30, 2018 11:24
@serhiy-storchaka serhiy-storchaka merged commit a44d34e into python:master Nov 8, 2018
@miss-islington

Copy link
Copy Markdown
Contributor

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

@serhiy-storchaka serhiy-storchaka deleted the pydoc-method-aliases branch November 8, 2018 06:48
@bedevere-bot

Copy link
Copy Markdown

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>
@bedevere-bot

Copy link
Copy Markdown

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

@miss-islington

Copy link
Copy Markdown
Contributor

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

@miss-islington

Copy link
Copy Markdown
Contributor

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 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.

4 participants