Skip to content

Commit 1563cf8

Browse files
savannahostrowskizwareStanFromIreland
authored
Update files for manual edit (#382)
Co-authored-by: Zachary Ware <zachary.ware@gmail.com> Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 2ad60c9 commit 1563cf8

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

release.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,11 +555,18 @@ def bump(tag: Tag) -> None:
555555
"Doc/tutorial/interpreter.rst",
556556
"Doc/tutorial/stdlib.rst",
557557
"Doc/tutorial/stdlib2.rst",
558-
"PC/pyconfig.h.in",
559-
"PCbuild/rt.bat",
558+
"Include/internal/pycore_magic_number.h",
559+
"PC/launcher.c",
560+
"PC/pyconfig.h",
560561
".github/ISSUE_TEMPLATE/bug.yml",
561562
".github/ISSUE_TEMPLATE/crash.yml",
562563
]
564+
565+
if extra_work:
566+
print(
567+
"\n*** configure.ac will be edited; you must re-run autotools afterwards! ***"
568+
)
569+
563570
print("\nManual editing time...")
564571
for filename in other_files:
565572
if os.path.exists(filename):

0 commit comments

Comments
 (0)