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.6
Type: Stage: resolved
Components: IDLE Versions: Python 3.8, Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder: IDLE subsection of What's New 3.7
View: 33821
Assigned To: terry.reedy Nosy List: miss-islington, terry.reedy
Priority: normal Keywords: patch

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

Pull Requests
URL Status Linked Edit
PR 7589 merged terry.reedy, 2018-06-10 17:46
PR 7591 merged miss-islington, 2018-06-10 18:04
PR 7592 merged miss-islington, 2018-06-10 18:05
PR 7594 merged terry.reedy, 2018-06-10 18:53
PR 7595 merged miss-islington, 2018-06-10 18:58
PR 7596 merged miss-islington, 2018-06-10 18:59
Messages (7)
msg319223 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-06-10 17:31
Master issue for future IDLE entries in Doc/whatsnew/3.6.rst.  This doc has a section 'Improved Modules' with a subsection 'idlelib and IDLE' with subsubsections 'New in 3.6.z:'.  This issue starts with 3.6.6.
It will close after the last 3.6 maintenance release.

This file also exists in the master (3.8) and 3.7 branches.  Changes are applied to master and backported to 3.7 and 3.6.  Normally, entries are the same as in What's New 3.8 and 3.7, but those files do not exist in 3.6.  Hence each file needs different backport.  Hence separate PRs are needed for auto backport to work.
msg319228 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-06-10 18:03
New changeset e226eb71575ad22a6779b02941377665831cfff2 by Terry Jan Reedy in branch 'master':
bpo-33820: Update idlelib subsection of What's New 3.6 (GH-7589)
https://github.com/python/cpython/commit/e226eb71575ad22a6779b02941377665831cfff2
msg319232 - (view) Author: miss-islington (miss-islington) Date: 2018-06-10 18:30
New changeset 953d300ffad108b036f483307b04b09872b162d9 by Miss Islington (bot) in branch '3.7':
bpo-33820: Update idlelib subsection of What's New 3.6 (GH-7589)
https://github.com/python/cpython/commit/953d300ffad108b036f483307b04b09872b162d9
msg319233 - (view) Author: miss-islington (miss-islington) Date: 2018-06-10 18:30
New changeset 8ecd7f6d528703242b3c77aba5c91df13abe863c by Miss Islington (bot) in branch '3.6':
bpo-33820: Update idlelib subsection of What's New 3.6 (GH-7589)
https://github.com/python/cpython/commit/8ecd7f6d528703242b3c77aba5c91df13abe863c
msg319235 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-06-10 18:57
New changeset 820c53ac612e9c4b3cb3e831537a15d5e953bbc0 by Terry Jan Reedy in branch 'master':
bpo-33820: Fix IDLE What's New typo (#7594)
https://github.com/python/cpython/commit/820c53ac612e9c4b3cb3e831537a15d5e953bbc0
msg319236 - (view) Author: miss-islington (miss-islington) Date: 2018-06-10 19:26
New changeset 3da01813c83d23922798b398bc00f465593c80da by Miss Islington (bot) in branch '3.7':
bpo-33820: Fix IDLE What's New typo (GH-7594)
https://github.com/python/cpython/commit/3da01813c83d23922798b398bc00f465593c80da
msg319237 - (view) Author: miss-islington (miss-islington) Date: 2018-06-10 19:34
New changeset 969759e11ecfbd662642ba4fb23159faf56ee859 by Miss Islington (bot) in branch '3.6':
bpo-33820: Fix IDLE What's New typo (GH-7594)
https://github.com/python/cpython/commit/969759e11ecfbd662642ba4fb23159faf56ee859
History
Date User Action Args
2022-04-11 14:59:01adminsetgithub: 78001
2019-07-29 22:09:41terry.reedysetstatus: open -> closed
superseder: IDLE subsection of What's New 3.7
resolution: fixed
stage: patch review -> resolved
2018-06-10 19:34:11miss-islingtonsetmessages: + msg319237
2018-06-10 19:26:46miss-islingtonsetmessages: + msg319236
2018-06-10 18:59:49miss-islingtonsetpull_requests: + pull_request7218
2018-06-10 18:58:57miss-islingtonsetpull_requests: + pull_request7217
2018-06-10 18:57:41terry.reedysetmessages: + msg319235
2018-06-10 18:53:12terry.reedysetpull_requests: + pull_request7216
2018-06-10 18:30:46miss-islingtonsetmessages: + msg319233
2018-06-10 18:30:31miss-islingtonsetnosy: + miss-islington
messages: + msg319232
2018-06-10 18:05:52miss-islingtonsetpull_requests: + pull_request7214
2018-06-10 18:04:54miss-islingtonsetpull_requests: + pull_request7213
2018-06-10 18:03:42terry.reedysetmessages: + msg319228
2018-06-10 17:46:05terry.reedysetkeywords: + patch
stage: patch review
pull_requests: + pull_request7211
2018-06-10 17:31:50terry.reedycreate