From f6e586b5b076cc100be011c7cc57eca4cac57582 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Fri, 27 Sep 2024 10:29:49 -0700 Subject: [PATCH 1/2] PEP 101: Add mention of issue templates for version bumps --- peps/pep-0101.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/peps/pep-0101.rst b/peps/pep-0101.rst index c21e181457b..838e7682e02 100644 --- a/peps/pep-0101.rst +++ b/peps/pep-0101.rst @@ -571,6 +571,10 @@ the main repo. ls PC/pyconfig.h.in PCbuild/rt.bat | xargs sed -i 's/python3\(\.\?\)[0-9]\+/python3\19/g' + - Edit the ``bug.yml`` and ``crash.yml`` issue templates in + ``.github/ISSUE_TEMPLATE/`` to add the new branch to the + "versions" dropdown. + - Commit these changes to the main branch:: git status From 62da47e46121a30ebf227f64636a40fc2ff3f5fc Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Fri, 27 Sep 2024 10:32:32 -0700 Subject: [PATCH 2/2] PEP 101: Remove old mention of Misc/NEWS -> Misc/HISTORY --- peps/pep-0101.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/peps/pep-0101.rst b/peps/pep-0101.rst index 838e7682e02..cb9f8840855 100644 --- a/peps/pep-0101.rst +++ b/peps/pep-0101.rst @@ -539,9 +539,6 @@ the main repo. - Edit all version references in ``README.rst`` - - Move any historical "what's new" entries from ``Misc/NEWS`` to - ``Misc/HISTORY``. - - Edit ``Doc/tutorial/interpreter.rst`` (two references to '[Pp]ython3x', one to 'Python 3.x', also make the date in the banner consistent).