Skip to content

Commit bb9c17a

Browse files
authored
PEP 101: Update Windows version bump step (#3750)
1 parent 8178c11 commit bb9c17a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

peps/pep-0101.rst

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -562,14 +562,10 @@ the main repo.
562562
- Make sure the ``SOURCE_URI`` in ``Doc/tools/extensions/pyspecific.py``
563563
points to ``main``.
564564

565-
- Update the version numbers for the Windows builds in PC/ and
566-
PCbuild/, which have references to python38.
567-
NOTE, check with Steve Dower about this step, it is probably obsolete.::
568-
569-
$ find PC/ PCbuild/ -type f | xargs sed -i 's/python38/python39/g'
570-
$ git mv -f PC/os2emx/python38.def PC/os2emx/python39.def
571-
$ git mv -f PC/python38stub.def PC/python39stub.def
572-
$ git mv -f PC/python38gen.py PC/python39gen.py
565+
- Update the version numbers for the Windows builds
566+
which have references to ``python38``::
567+
568+
ls PC/pyconfig.h.in PCbuild/rt.bat | xargs sed -i 's/python3\(\.\?\)[0-9]\+/python3\19/g'
573569

574570
- Commit these changes to the main branch::
575571

0 commit comments

Comments
 (0)