Skip to content
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-26103: Update the description of isdatadescriptor in inspect.rst #16645

Merged
merged 1 commit into from
Nov 15, 2019

Conversation

hongweipeng
Copy link
Contributor

@hongweipeng hongweipeng commented Oct 8, 2019

This is a complement to that PR #1959 . That PR may have forgotten to update the inspect.rst file.

https://bugs.python.org/issue26103

Copy link
Member

@tirkarthi tirkarthi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM as per linked PR and the implementation

return hasattr(tp, "__set__") or hasattr(tp, "__delete__")
. Thanks.

@taleinat taleinat merged commit 84f2528 into python:master Nov 15, 2019
@bedevere-bot
Copy link

@taleinat: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington
Copy link
Contributor

Thanks @hongweipeng for the PR, and @taleinat for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-17180 is a backport of this pull request to the 3.8 branch.

miss-islington added a commit that referenced this pull request Nov 15, 2019
@hongweipeng hongweipeng deleted the doc_inspect_isdatadescriptor branch November 16, 2019 00:48
jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request Dec 5, 2019
@hongweipeng hongweipeng restored the doc_inspect_isdatadescriptor branch December 6, 2019 09:46
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Jan 31, 2020
@hongweipeng hongweipeng deleted the doc_inspect_isdatadescriptor branch December 5, 2021 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants