8000 GH-121970: Make ``DeprecatedRemoved`` a subclass of ``VersionChange`` by AA-Turner · Pull Request #121971 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-121970: Make DeprecatedRemoved a subclass of VersionChange #121971

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

Merged
merged 3 commits into from
Jul 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into docs/deprecated-removed
# Conflicts:
#	Doc/tools/extensions/pyspecific.py
  • Loading branch information
AA-Turner committed Jul 19, 2024
commit 934dffc6a2e3ec0e697c67ed28d8beae2296c7f7
2 changes: 1 addition & 1 deletion Doc/tools/extensions/pyspecific.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from pprint import pformat

import sphinx
from docutils import nodes, utils
from docutils import nodes
from docutils.io import StringOutput
from docutils.utils import new_document, unescape
from sphinx import addnodes
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0