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: IDLE subsection of What's New 3.10
Type: Stage: patch review
Components: IDLE Versions: Python 3.11, Python 3.10
process
Status: open Resolution:
Dependencies: Superseder: IDLE subsection of What's New 3.11
View: 46495
Assigned To: terry.reedy Nosy List: miss-islington, terry.reedy
Priority: normal Keywords: patch

Created on 2020-09-23 14:32 by terry.reedy, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 30906 merged terry.reedy, 2022-01-26 04:12
PR 30907 merged miss-islington, 2022-01-26 07:04
Messages (1)
msg377390 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2020-09-23 14:32
Following #41844, master issue for IDLE entries in Doc/whatsnew/3.10.rst.  This doc has a section 'Improved Modules' with a subsection 'idlelib and IDLE'.  The initial unlabeled subsubsection includes important enhancements to IDLE since 3.9.0.

Because of IDLE's special backport policy (PEP 434), this initial part concludes with "The changes above have been backported to 3.9 maintenance releases."  Future subsubsections 'New in 3.10.z:', z >= 1, will follow for backports to 3.10.z.  These can precede the backport message as long as it is true. This issue will close after the last 3.10 maintenance release.

This file will always exists in the master branch.  Changes are applied to master and backported as needed at the time.  Entries will be the same in the What's New x.y for all x.y branches that get the enhancement.  However, each file needs different backports.  Hence separate PRs are needed for auto backport to work.  It seems convenient to have separate issues for each.
History
Date User Action Args
2022-04-11 14:59:35adminsetgithub: 86012
2022-01-26 07:04:48miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request29088
2022-01-26 04:12:55terry.reedysetkeywords: + patch
stage: patch review
pull_requests: + pull_request29085
2022-01-24 02:54:48terry.reedysetsuperseder: IDLE subsection of What's New 3.11
2022-01-24 02:51:27terry.reedysetversions: + Python 3.11
2020-09-23 14:32:39terry.reedylinkissue41844 superseder
2020-09-23 14:32:22terry.reedycreate