[3.9] bpo-44904: Fix classmethod property bug in doctest module (GH-28838) by miss-islington · Pull Request #29262 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
miss-islington merged 1 commit intopython:3.9from
Oct 28, 2021Merged
Conversation
Copy link
Contributor
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 Storchaka storchaka@gmail.com
(cherry picked from commit b1302ab)
Co-authored-by: Alex Waygood Alex.Waygood@Gmail.com
…8838) 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 Storchaka <storchaka@gmail.com> (cherry picked from commit b1302ab) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
type-bug
awaiting review labels
Oct 28, 2021serhiy-storchaka approved these changes Oct 28, 2021
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
Copy link
Contributor Author
miss-islington
commented
Oct 28, 2021
miss-islington commented
Oct 28, 2021@AlexWaygood and @serhiy-storchaka: Status check is done, and it's a success ✅ .
miss-islington
merged commit
8365a5b
into
python:3.9
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-b1302ab-3.9
branch
rzepeckit
mannequin
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment