Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[3.10] bpo-44904: Fix classmethod property bug in doctest module (GH-28838)#29261

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commentedOct 28, 2021
edited by bedevere-bot
Loading

The doctest module raised an error if a docstring contained an example that
attempted to access a classmethod property. (Stacking '@classmethod' on top of
@property has been supported since Python 3.9; see
https://docs.python.org/3/howto/descriptor.htmlGH-class-methods.)

Co-authored-by: Serhiy Storchakastorchaka@gmail.com
(cherry picked from commitb1302ab)

Co-authored-by: Alex WaygoodAlex.Waygood@Gmail.com

https://bugs.python.org/issue44904

…8838)The doctest module raised an error if a docstring contained an example thatattempted to access a classmethod property. (Stacking '@classmethod' on top of`@property` has been supported since Python 3.9; seehttps://docs.python.org/3/howto/descriptor.htmlGH-class-methods.)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>(cherry picked from commitb1302ab)Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
@miss-islington
Copy link
ContributorAuthor

@AlexWaygood and@serhiy-storchaka: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
ContributorAuthor

@AlexWaygood and@serhiy-storchaka: Status check is done, and it's a success ✅ .

@bedevere-botbedevere-bot added type-bugAn unexpected behavior, bug, or error awaiting review labelsOct 28, 2021
@miss-islington
Copy link
ContributorAuthor

@AlexWaygood and@serhiy-storchaka: Status check is done, and it's a success ✅ .

AlexWaygood reacted with heart emoji

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@serhiy-storchakaserhiy-storchakaserhiy-storchaka approved these changes

Assignees

No one assigned

Labels

type-bugAn unexpected behavior, bug, or error

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington@serhiy-storchaka@the-knights-who-say-ni@bedevere-bot@AlexWaygood

[8]ページ先頭

©2009-2025 Movatter.jp