Update files for manual edit#382
Open
savannahostrowski wants to merge 4 commits intopython:mainfrom
Open
Conversation
zware
reviewed
May 7, 2026
| if tag.patch == 0 and tag.level == "a" and tag.serial == 0: | ||
| extra_work = True | ||
| other_files += [ | ||
| "configure", |
Member
There was a problem hiding this comment.
This one shouldn't be manually edited, but there's a nag message at line ~571 that seems easy to miss.
Member
Author
There was a problem hiding this comment.
Yeah, maybe we should move it to before the manual edit loop when there's extra_work so it's more obvious?
Member
There was a problem hiding this comment.
Yes, I did miss it!
Logs were like this. For "Manual editing time..." it popped open each file in my editor, I edit and close, then the next one pops open.
After the last one, it shoots on along with all the other stuff:
...
✅ Final touches for the release
Switched to branch 'main'
Your branch is ahead of 'origin/main' by 1 commit.
(use "git push" to publish your local commits)
Bumping version to 3.16.0a0
Updating Include/patchlevel.h... done
Updating README.rst... done
Manual editing time...
Edit configure.ac
Executing ['bbedit', '--wait', 'configure.ac']
Edit Doc/tutorial/interpreter.rst
Executing ['bbedit', '--wait', 'Doc/tutorial/interpreter.rst']
Edit Doc/tutorial/stdlib.rst
Executing ['bbedit', '--wait', 'Doc/tutorial/stdlib.rst']
Edit Doc/tutorial/stdlib2.rst
Executing ['bbedit', '--wait', 'Doc/tutorial/stdlib2.rst']
Skipping PC/pyconfig.h.in
Edit PCbuild/rt.bat
Executing ['bbedit', '--wait', 'PCbuild/rt.bat']
Edit .github/ISSUE_TEMPLATE/bug.yml
Executing ['bbedit', '--wait', '.github/ISSUE_TEMPLATE/bug.yml']
Edit .github/ISSUE_TEMPLATE/crash.yml
Executing ['bbedit', '--wait', '.github/ISSUE_TEMPLATE/crash.yml']
Bumped revision
configure.ac has changed; re-run autotools!
Please commit and use --tag
Run Ruff (lint) on Platforms/Apple/..................(no files to check)Skipped
Run Ruff (lint) on Doc/..............................(no files to check)Skipped
Run Ruff (lint) on Lib/test/.........................(no files to check)Skipped
Run Ruff (lint) on Platforms/WASI/...................(no files to check)Skipped
Run Ruff (lint) on Tools/build/......................(no files to check)Skipped
Run Ruff (lint) on Tools/i18n/.......................(no files to check)Skipped
Run Ruff (lint) on Argument Clinic...................(no files to check)Skipped
Run Ruff (lint) on Tools/peg_generator/..............(no files to check)Skipped
Run Ruff (lint) on Tools/wasm/.......................(no files to check)Skipped
Run Ruff (format) on Platforms/Apple/................(no files to check)Skipped
Run Ruff (format) on Doc/............................(no files to check)Skipped
Run Ruff (format) on Platforms/WASI/.................(no files to check)Skipped
Run Ruff (format) on Tools/build/check_warnings.py...(no files to check)Skipped
Run Ruff (format) on Tools/wasm/.....................(no files to check)Skipped
Run Black on Tools/jit/..............................(no files to check)Skipped
Tabs remover.........................................(no files to check)Skipped
check for case conflicts.................................................Passed
check for merge conflicts................................................Passed
check toml...........................................(no files to check)Skipped
check yaml...............................................................Passed
fix end of files.........................................................Passed
fix end of files.....................................(no files to check)Skipped
mixed line ending........................................................Passed
trim trailing whitespace.................................................Passed
trim trailing whitespace.............................(no files to check)Skipped
Validate Dependabot Config (v2)......................(no files to check)Skipped
Validate GitHub Workflows............................(no files to check)Skipped
Validate ReadTheDocs Config..........................(no files to check)Skipped
Lint GitHub Actions workflow files...................(no files to check)Skipped
zizmor...............................................(no files to check)Skipped
Sphinx Lint..............................................................Passed
Check C API news entries.............................(no files to check)Skipped
Check Core and Builtins news entries.................(no files to check)Skipped
Check hooks apply....................................(no files to check)Skipped
Check useless excludes...............................(no files to check)Skipped
[main f5c75351def] Python 3.16.0a0
10 files changed, 178 insertions(+), 18 deletions(-)
create mode 100644 Doc/whatsnew/3.16.rst
✅ prepare new main branch for feature freeze
...
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
| @@ -553,11 +553,17 @@ def bump(tag: Tag) -> None: | |||
| "Doc/tutorial/interpreter.rst", | |||
| "Doc/tutorial/stdlib.rst", | |||
| "Doc/tutorial/stdlib2.rst", | |||
Member
There was a problem hiding this comment.
Suggested change
| "Doc/tutorial/stdlib2.rst", | |
| "Doc/tutorial/stdlib2.rst", | |
| "Include/internal/pycore_magic_number.h", |
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.
Based on files touched in python/cpython#149500, this updates the files for manual edit