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: Add doc section for Code Context and ref links.
Type: enhancement Stage: resolved
Components: IDLE Versions: Python 3.8, Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: terry.reedy Nosy List: cheryl.sabella, miss-islington, terry.reedy
Priority: normal Keywords: patch

Created on 2018-12-18 00:45 by cheryl.sabella, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 11205 merged cheryl.sabella, 2018-12-18 00:47
PR 11253 merged miss-islington, 2018-12-20 05:39
PR 11254 closed miss-islington, 2018-12-20 05:39
PR 11257 merged terry.reedy, 2018-12-20 07:15
PR 11262 merged miss-islington, 2018-12-20 11:06
Messages (8)
msg332032 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2018-12-18 00:45
Item D1 from #33610.

D1: idle.rst subsection on Code Context
msg332172 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-12-20 05:35
Great.  Since you included half of the other needed ref links in the PR, and I mentioned them in the blurb, I am going to include the other half in this PR as a followup PR.
msg332173 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-12-20 05:38
New changeset 01421bec1e0d25df17599cfa1160adbbcd08e949 by Terry Jan Reedy (Cheryl Sabella) in branch 'master':
bpo-35521: IDLE: Add code context section to docs (#11205)
https://github.com/python/cpython/commit/01421bec1e0d25df17599cfa1160adbbcd08e949
msg332176 - (view) Author: miss-islington (miss-islington) Date: 2018-12-20 05:59
New changeset 3f9338312738b4b6d909fa7d5e7bb02f2efc08a5 by Miss Islington (bot) in branch '3.7':
bpo-35521: IDLE: Add code context section to docs (GH-11205)
https://github.com/python/cpython/commit/3f9338312738b4b6d909fa7d5e7bb02f2efc08a5
msg332177 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-12-20 06:01
No more 3.6 backports.
msg332187 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-12-20 07:17
I did not find the references in the text I remembered, but found 2 more involving the menu section.
msg332214 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-12-20 11:06
New changeset 292cd6e33104d9f458232a14998fe5c62f7f7e81 by Terry Jan Reedy in branch 'master':
bpo-35521: Add more cross-refs to IDLE docs (#11257)
https://github.com/python/cpython/commit/292cd6e33104d9f458232a14998fe5c62f7f7e81
msg332218 - (view) Author: miss-islington (miss-islington) Date: 2018-12-20 11:25
New changeset 5d0498a6967d45042b7a9345f6d871047edbaa25 by Miss Islington (bot) in branch '3.7':
bpo-35521: Add more cross-refs to IDLE docs (GH-11257)
https://github.com/python/cpython/commit/5d0498a6967d45042b7a9345f6d871047edbaa25
History
Date User Action Args
2022-04-11 14:59:09adminsetgithub: 79702
2018-12-20 17:01:09terry.reedysetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-12-20 11:25:10miss-islingtonsetmessages: + msg332218
2018-12-20 11:06:38miss-islingtonsetpull_requests: + pull_request10493
2018-12-20 11:06:32terry.reedysetmessages: + msg332214
2018-12-20 07:17:02terry.reedysetmessages: + msg332187
2018-12-20 07:15:34terry.reedysetpull_requests: + pull_request10486
2018-12-20 06:01:04terry.reedysetmessages: + msg332177
versions: - Python 3.6
2018-12-20 05:59:29miss-islingtonsetnosy: + miss-islington
messages: + msg332176
2018-12-20 05:39:15miss-islingtonsetpull_requests: + pull_request10483
2018-12-20 05:39:07miss-islingtonsetpull_requests: + pull_request10482
2018-12-20 05:38:58terry.reedysetmessages: + msg332173
2018-12-20 05:35:20terry.reedysetversions: + Python 3.6, Python 3.7
2018-12-20 05:35:04terry.reedysetmessages: + msg332172
title: IDLE: Add doc section for Code Conext -> IDLE: Add doc section for Code Context and ref links.
2018-12-18 00:48:07cheryl.sabellalinkissue33610 dependencies
2018-12-18 00:47:39cheryl.sabellasetkeywords: + patch
stage: patch review
pull_requests: + pull_request10442
2018-12-18 00:45:28cheryl.sabellacreate