@@ -548,52 +548,52 @@ the main repo.
548548 following feature release. When finished, the ``main``
549549 branch will now build Python ``X.Y+1``.
550550
551- - First, set main up to be the next release, i.e.X.Y+1.a0::
551+ - First, set main up to be the next release, i.e.X.Y+1.a0::
552552
553- $ git checkout main
554- $ .../release-tools/release.py --bump 3.9.0a0
553+ $ git checkout main
554+ $ .../release-tools/release.py --bump 3.9.0a0
555555
556- - Edit all version references in README.rst
556+ - Edit all version references in README.rst
557557
558- - Move any historical "what's new" entries from ``Misc/NEWS`` to
559- ``Misc/HISTORY``.
558+ - Move any historical "what's new" entries from ``Misc/NEWS`` to
559+ ``Misc/HISTORY``.
560560
561- - Edit ``Doc/tutorial/interpreter.rst`` (2 references to '[Pp]ython3x',
562- one to 'Python 3.x', also make the date in the banner consistent).
561+ - Edit ``Doc/tutorial/interpreter.rst`` (2 references to '[Pp]ython3x',
562+ one to 'Python 3.x', also make the date in the banner consistent).
563563
564- - Edit ``Doc/tutorial/stdlib.rst`` and ``Doc/tutorial/stdlib2.rst``, which
565- have each one reference to '[Pp]ython3x'.
564+ - Edit ``Doc/tutorial/stdlib.rst`` and ``Doc/tutorial/stdlib2.rst``, which
565+ have each one reference to '[Pp]ython3x'.
566566
567- - Add a new ``whatsnew/3.x.rst`` file (with the comment near the top
568- and the toplevel sections copied from the previous file) and
569- add it to the toctree in ``whatsnew/index.rst``. But beware that
570- the initial ``whatsnew/3.x.rst`` checkin from previous releases
571- may be incorrect due to the initial midstream change to ``blurb``
572- that propagates from release to release! Help break the cycle: if
573- necessary make the following change::
567+ - Add a new ``whatsnew/3.x.rst`` file (with the comment near the top
568+ and the toplevel sections copied from the previous file) and
569+ add it to the toctree in ``whatsnew/index.rst``. But beware that
570+ the initial ``whatsnew/3.x.rst`` checkin from previous releases
571+ may be incorrect due to the initial midstream change to ``blurb``
572+ that propagates from release to release! Help break the cycle: if
573+ necessary make the following change::
574574
575- - For full details, see the :source:`Misc/NEWS` file.
576- + For full details, see the :ref:`changelog <changelog>`.
575+ - For full details, see the :source:`Misc/NEWS` file.
576+ + For full details, see the :ref:`changelog <changelog>`.
577577
578- - Update the version number in ``configure.ac`` and re-run ``autoconf``.
578+ - Update the version number in ``configure.ac`` and re-run ``autoconf``.
579579
580- - Make sure the ``SOURCE_URI`` in ``Doc/tools/extensions/pyspecific.py``
581- points to ``main``.
580+ - Make sure the ``SOURCE_URI`` in ``Doc/tools/extensions/pyspecific.py``
581+ points to ``main``.
582582
583- - Update the version numbers for the Windows builds in PC/ and
584- PCbuild/, which have references to python38.
585- NOTE, check with Steve Dower about this step, it is probably obsolete.::
583+ - Update the version numbers for the Windows builds in PC/ and
584+ PCbuild/, which have references to python38.
585+ NOTE, check with Steve Dower about this step, it is probably obsolete.::
586586
587- $ find PC/ PCbuild/ -type f | xargs sed -i 's/python38/python39/g'
588- $ git mv -f PC/os2emx/python38.def PC/os2emx/python39.def
589- $ git mv -f PC/python38stub.def PC/python39stub.def
590- $ git mv -f PC/python38gen.py PC/python39gen.py
587+ $ find PC/ PCbuild/ -type f | xargs sed -i 's/python38/python39/g'
588+ $ git mv -f PC/os2emx/python38.def PC/os2emx/python39.def
589+ $ git mv -f PC/python38stub.def PC/python39stub.def
590+ $ git mv -f PC/python38gen.py PC/python39gen.py
591591
592- - Commit these changes to the main branch::
592+ - Commit these changes to the main branch::
593593
594- $ git status
595- $ git add ...
596- $ git commit -m 'Bump to 3.9.0a0'
594+ $ git status
595+ $ git add ...
596+ $ git commit -m 'Bump to 3.9.0a0'
597597
598598- Do another ``git status`` in this directory.
599599
0 commit comments