gh-139487: doc(enum): add missing imports for standalone doctest examples#139488
Merged
picnixz merged 1 commit intopython:mainfrom Oct 2, 2025
Merged
gh-139487: doc(enum): add missing imports for standalone doctest examples#139488picnixz merged 1 commit intopython:mainfrom
picnixz merged 1 commit intopython:mainfrom
Conversation
picnixz
approved these changes
Oct 2, 2025
Member
|
I would have rejected this PR if other examples weren't already written with executability in mind but in this case, we only complete what is incomplete so it is fine. |
Contributor
Author
|
Thanks for the quick review—much appreciated! I agree. Minimal imports help readers run the examples more easily. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Oct 2, 2025
…amples (pythonGH-139488) (cherry picked from commit f3d7fae) Co-authored-by: Peter <35064951+ttw225@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Oct 2, 2025
…amples (pythonGH-139488) (cherry picked from commit f3d7fae) Co-authored-by: Peter <35064951+ttw225@users.noreply.github.com>
|
GH-139493 is a backport of this pull request to the 3.14 branch. |
|
GH-139494 is a backport of this pull request to the 3.13 branch. |
picnixz
pushed a commit
that referenced
this pull request
Oct 2, 2025
hugovk
pushed a commit
that referenced
this pull request
Oct 2, 2025
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Several examples in
Doc/library/enum.rstare meant to be runnable as standalone doctest-style blocks. This PR adds the minimalfrom enum import ...lines so each block runs when copied in isolation.The current documentation is correct; this change simply improves convenience for newcomers and first-time readers.
Notes
📚 Documentation preview 📚: https://cpython-previews--139488.org.readthedocs.build/