This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: idlelib/NEWS.txt for 3.11.0 and backports
Type: Stage: patch review
Components: Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: terry.reedy Nosy List: miss-islington, terry.reedy
Priority: normal Keywords: patch

Created on 2022-01-24 03:07 by terry.reedy, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 30875 merged terry.reedy, 2022-01-25 07:25
PR 30876 merged terry.reedy, 2022-01-25 07:28
PR 30877 merged terry.reedy, 2022-01-25 07:31
PR 30937 merged terry.reedy, 2022-01-27 01:19
PR 30948 merged miss-islington, 2022-01-27 03:19
PR 30949 merged terry.reedy, 2022-01-27 03:53
Messages (7)
msg411439 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2022-01-24 03:07
Main became 3.11 as of 3.10.0 beta 1: 2021-05-03.
However, backported IDLE issues continued going under What's New 3.10
on both main and 3.10 until 3.10.0rc1, 2021-08-03.
Subsequent idlelib/NEWS.txt items go under
What's New 3.11.0 on main branch
What's New 3.10.1 on 3.10 branch

In other words, idlelib News is handled as if main were branched off as of .0rc1.  This is different from the changelog attached to What's New in 3.x.

Release peps -- needed for proposed and actual release dates.
3.9 PEP 596 https://www.python.org/dev/peps/pep-0596/
3.10 PEP 619 https://www.python.org/dev/peps/pep-0619/
3.11 PEP 664 https://www.python.org/dev/peps/pep-0664/
msg411562 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2022-01-25 08:27
New changeset b1a3446f077b7d56b89f55d98dadb8018986a3e5 by Terry Jan Reedy in branch 'main':
bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30875)
https://github.com/python/cpython/commit/b1a3446f077b7d56b89f55d98dadb8018986a3e5
msg411563 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2022-01-25 08:28
New changeset 367a37a18c4411c42da9006947dd95b0afbdf200 by Terry Jan Reedy in branch '3.10':
[3.10] bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30876)
https://github.com/python/cpython/commit/367a37a18c4411c42da9006947dd95b0afbdf200
msg411564 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2022-01-25 08:28
New changeset 3178efbf06666409107237a3cfe61ba85a5d3a26 by Terry Jan Reedy in branch '3.9':
[3.9] bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30877)
https://github.com/python/cpython/commit/3178efbf06666409107237a3cfe61ba85a5d3a26
msg411830 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2022-01-27 03:19
New changeset 9f0881476e0113d3a35e0ffa96649b9276dd75c5 by Terry Jan Reedy in branch 'main':
bpo-46496: news11-10 for bpo45296 (GH-30937)
https://github.com/python/cpython/commit/9f0881476e0113d3a35e0ffa96649b9276dd75c5
msg411836 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2022-01-27 04:05
New changeset b3cf525bd1c57a1d3f28fcb90bce364f0bcb2b7d by Miss Islington (bot) in branch '3.10':
bpo-46496: news11-10 for bpo45296 (GH-30937)
https://github.com/python/cpython/commit/b3cf525bd1c57a1d3f28fcb90bce364f0bcb2b7d
msg411837 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2022-01-27 04:10
New changeset 287ceca2d62d11a8b45f6264226d984dd044e082 by Terry Jan Reedy in branch '3.9':
bpo-46496: news39 for bpo45296 (#30949)
https://github.com/python/cpython/commit/287ceca2d62d11a8b45f6264226d984dd044e082
History
Date User Action Args
2022-04-11 14:59:55adminsetgithub: 90654
2022-01-27 04:10:04terry.reedysetmessages: + msg411837
2022-01-27 04:05:46terry.reedysetmessages: + msg411836
2022-01-27 03:53:45terry.reedysetpull_requests: + pull_request29128
2022-01-27 03:19:49miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request29127
2022-01-27 03:19:35terry.reedysetmessages: + msg411830
2022-01-27 01:19:54terry.reedysetstage: needs patch -> patch review
pull_requests: + pull_request29116
2022-01-25 08:29:51terry.reedysetstage: patch review -> needs patch
2022-01-25 08:28:57terry.reedysetmessages: + msg411564
2022-01-25 08:28:33terry.reedysetmessages: + msg411563
2022-01-25 08:27:13terry.reedysetmessages: + msg411562
2022-01-25 07:31:27terry.reedysetpull_requests: + pull_request29057
2022-01-25 07:28:34terry.reedysetpull_requests: + pull_request29056
2022-01-25 07:25:38terry.reedysetkeywords: + patch
stage: patch review
pull_requests: + pull_request29055
2022-01-25 04:28:44terry.reedylinkissue41841 superseder
2022-01-24 03:07:41terry.reedycreate