Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fe720 commit cb97c7cCopy full SHA for cb97c7c
peps/pep-0101.rst
@@ -539,9 +539,6 @@ the main repo.
539
540
- Edit all version references in ``README.rst``
541
542
- - Move any historical "what's new" entries from ``Misc/NEWS`` to
543
- ``Misc/HISTORY``.
544
-
545
- Edit ``Doc/tutorial/interpreter.rst`` (two references to '[Pp]ython3x',
546
one to 'Python 3.x', also make the date in the banner consistent).
547
@@ -571,6 +568,10 @@ the main repo.
571
568
572
569
ls PC/pyconfig.h.in PCbuild/rt.bat | xargs sed -i 's/python3\(\.\?\)[0-9]\+/python3\19/g'
573
570
+ - Edit the ``bug.yml`` and ``crash.yml`` issue templates in
+ ``.github/ISSUE_TEMPLATE/`` to add the new branch to the
+ "versions" dropdown.
574
+
575
- Commit these changes to the main branch::
576
577
git status
0 commit comments