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

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

Pull Requests
URL Status Linked Edit
PR 22382 merged terry.reedy, 2020-09-23 14:42
PR 22384 merged miss-islington, 2020-09-23 15:17
PR 30905 merged terry.reedy, 2022-01-26 04:12
PR 30908 merged miss-islington, 2022-01-26 04:50
PR 30909 merged miss-islington, 2022-01-26 04:50
Messages (7)
msg377389 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2020-09-23 14:31
Following #33822, master issue for IDLE entries in Doc/whatsnew/3.9.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.8.0.

Because of IDLE's special backport policy (PEP 434), this initial part concludes with "The changes above have been backported to 3.8 maintenance releases."  Future subsubsections 'New in 3.9.z:', z >= 1, will follow for backports to 3.9.z.  These can precede the backport message as long as it is true. This issue will close after the last 3.9 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.
msg377394 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2020-09-23 15:17
New changeset 22b7616f26694ac707fd53ece500febfad665426 by Terry Jan Reedy in branch 'master':
bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)
https://github.com/python/cpython/commit/22b7616f26694ac707fd53ece500febfad665426
msg377401 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2020-09-23 15:51
New changeset 57e7d5c19e934f450f5a3539eff48162a78af994 by Miss Islington (bot) in branch '3.9':
bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)
https://github.com/python/cpython/commit/57e7d5c19e934f450f5a3539eff48162a78af994
msg378048 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2020-10-05 16:10
New changeset 7e21aab45d78e2593f231a1290fa6e629e50d90c by Łukasz Langa (Miss Islington (bot)) in branch '3.9':
bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)
https://github.com/python/cpython/commit/7e21aab45d78e2593f231a1290fa6e629e50d90c
msg411703 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2022-01-26 04:50
New changeset 7cf285d82ec722d4225297366013e924805171f2 by Terry Jan Reedy in branch 'main':
bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)
https://github.com/python/cpython/commit/7cf285d82ec722d4225297366013e924805171f2
msg411705 - (view) Author: miss-islington (miss-islington) Date: 2022-01-26 05:11
New changeset 8356f6aac2fc41cab44159574f5d8fd5fdf95a63 by Miss Islington (bot) in branch '3.10':
bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)
https://github.com/python/cpython/commit/8356f6aac2fc41cab44159574f5d8fd5fdf95a63
msg411706 - (view) Author: miss-islington (miss-islington) Date: 2022-01-26 05:15
New changeset f8a805bde1ff4679c2824ced4a28437da61b1506 by Miss Islington (bot) in branch '3.9':
bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)
https://github.com/python/cpython/commit/f8a805bde1ff4679c2824ced4a28437da61b1506
History
Date User Action Args
2022-04-11 14:59:35adminsetgithub: 86010
2022-01-26 05:15:09miss-islingtonsetmessages: + msg411706
2022-01-26 05:11:03miss-islingtonsetmessages: + msg411705
2022-01-26 04:50:06miss-islingtonsetpull_requests: + pull_request29087
2022-01-26 04:50:02terry.reedysetmessages: + msg411703
2022-01-26 04:50:02miss-islingtonsetpull_requests: + pull_request29086
2022-01-26 04:12:35terry.reedysetpull_requests: + pull_request29084
2022-01-24 02:51:10terry.reedysetversions: + Python 3.11
2020-10-05 16:10:19lukasz.langasetnosy: + lukasz.langa
messages: + msg378048
2020-09-23 15:51:58terry.reedysetmessages: + msg377401
2020-09-23 15:17:49miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request21426
2020-09-23 15:17:35terry.reedysetmessages: + msg377394
2020-09-23 14:42:29terry.reedysetkeywords: + patch
stage: patch review
pull_requests: + pull_request21422
2020-09-23 14:32:39terry.reedysetsuperseder: IDLE subsection of What's New 3.10
2020-09-23 14:32:04terry.reedysetmessages: - msg377387
2020-09-23 14:31:57terry.reedysetmessages: + msg377389
2020-09-23 14:23:59terry.reedycreate