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.8
Type: Stage: resolved
Components: IDLE Versions: Python 3.10, Python 3.9, Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: terry.reedy Nosy List: miss-islington, terry.reedy
Priority: normal Keywords: patch

Created on 2018-06-10 17:32 by terry.reedy, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 15035 merged terry.reedy, 2019-07-31 04:38
PR 15039 merged miss-islington, 2019-07-31 05:04
PR 22383 merged terry.reedy, 2020-09-23 14:44
PR 22385 merged miss-islington, 2020-09-23 15:19
PR 22386 merged miss-islington, 2020-09-23 15:19
Messages (7)
msg319225 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-06-10 17:32
Following #33821, master issue for IDLE entries in Doc/whatsnew/3.8.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.7.0.

Because of IDLE's special backport policy (PEP 434), this initial part concludes with "The changes above have been backported to 3.7 maintenance releases."  Future subsubsections 'New in 3.8.z:', z >= 1, will follow for backports to 3.8.z.  This issue will close after the last 3.8 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.
msg348780 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2019-07-31 05:03
New changeset a72ca90eb9f13ee2abc7e19b669974d2d0b3d63e by Terry Jan Reedy in branch 'master':
bpo-33822: Add IDLE section of What's New 3.8 (#15035)
https://github.com/python/cpython/commit/a72ca90eb9f13ee2abc7e19b669974d2d0b3d63e
msg348782 - (view) Author: miss-islington (miss-islington) Date: 2019-07-31 05:16
New changeset c7236b498fa2fda2240308064605a8ab5eb0fdf8 by Miss Islington (bot) in branch '3.8':
bpo-33822: Add IDLE section of What's New 3.8 (GH-15035)
https://github.com/python/cpython/commit/c7236b498fa2fda2240308064605a8ab5eb0fdf8
msg377395 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2020-09-23 15:19
New changeset 9c4eac7f02ddcf32fc1cdaf7c08c37fe9718c1fb by Terry Jan Reedy in branch 'master':
bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)
https://github.com/python/cpython/commit/9c4eac7f02ddcf32fc1cdaf7c08c37fe9718c1fb
msg377396 - (view) Author: miss-islington (miss-islington) Date: 2020-09-23 15:28
New changeset e678ca960b44ec3ddf2ac01fdb333018646ed8dd by Miss Islington (bot) in branch '3.8':
bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)
https://github.com/python/cpython/commit/e678ca960b44ec3ddf2ac01fdb333018646ed8dd
msg377398 - (view) Author: miss-islington (miss-islington) Date: 2020-09-23 15:37
New changeset e33fe6c3d793688d46edf7c2e31a88fc2e719d65 by Miss Islington (bot) in branch '3.9':
bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)
https://github.com/python/cpython/commit/e33fe6c3d793688d46edf7c2e31a88fc2e719d65
msg411436 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2022-01-24 02:21
Backports to 3.8 ended when it went on security status about June 1, 2021.
History
Date User Action Args
2022-04-11 14:59:01adminsetgithub: 78003
2022-01-24 02:21:36terry.reedysetstatus: open -> closed
resolution: fixed
messages: + msg411436

stage: patch review -> resolved
2020-09-23 15:54:41terry.reedysetpull_requests: - pull_request21425
2020-09-23 15:37:59miss-islingtonsetmessages: + msg377398
2020-09-23 15:28:16miss-islingtonsetmessages: + msg377396
2020-09-23 15:20:50terry.reedysetversions: + Python 3.9, Python 3.10
2020-09-23 15:19:27miss-islingtonsetpull_requests: + pull_request21428
2020-09-23 15:19:20miss-islingtonsetpull_requests: + pull_request21427
2020-09-23 15:19:12terry.reedysetmessages: + msg377395
2020-09-23 15:17:28terry.reedysetpull_requests: + pull_request21425
2020-09-23 14:44:59terry.reedysetpull_requests: + pull_request21423
2020-09-23 14:42:41terry.reedysetpull_requests: - pull_request21421
2020-09-23 14:40:47terry.reedysetpull_requests: + pull_request21421
2020-09-23 14:31:39terry.reedylinkissue33821 superseder
2019-07-31 05:16:48miss-islingtonsetnosy: + miss-islington
messages: + msg348782
2019-07-31 05:04:07miss-islingtonsetpull_requests: + pull_request14796
2019-07-31 05:03:56terry.reedysetmessages: + msg348780
2019-07-31 04:38:35terry.reedysetkeywords: + patch
stage: patch review
pull_requests: + pull_request14792
2018-06-10 17:32:26terry.reedycreate