Skip to content
Open
Changes from all commits
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
10 changes: 8 additions & 2 deletions release.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,11 +553,17 @@ def bump(tag: Tag) -> None:
"Doc/tutorial/interpreter.rst",
"Doc/tutorial/stdlib.rst",
"Doc/tutorial/stdlib2.rst",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"Doc/tutorial/stdlib2.rst",
"Doc/tutorial/stdlib2.rst",
"Include/internal/pycore_magic_number.h",

"PC/pyconfig.h.in",
"PCbuild/rt.bat",
"PC/launcher.c",
"PC/pyconfig.h",
".github/ISSUE_TEMPLATE/bug.yml",
".github/ISSUE_TEMPLATE/crash.yml",
]

if extra_work:
print(
"\n*** configure.ac will be edited; you must re-run autotools afterwards! ***"
)

print("\nManual editing time...")
for filename in other_files:
if os.path.exists(filename):
Expand Down
Loading