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
11 changes: 9 additions & 2 deletions release.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,11 +553,18 @@ def bump(tag: Tag) -> None:
"Doc/tutorial/interpreter.rst",
"Doc/tutorial/stdlib.rst",
"Doc/tutorial/stdlib2.rst",
Comment thread
savannahostrowski marked this conversation as resolved.
"PC/pyconfig.h.in",
"PCbuild/rt.bat",
"Include/internal/pycore_magic_number.h",
"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