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 cross-references from and to macosxSupport
Type: enhancement Stage: resolved
Components: IDLE Versions: Python 3.6, Python 3.4, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: terry.reedy Nosy List: markroseman, python-dev, terry.reedy
Priority: normal Keywords: patch

Created on 2015-09-21 01:04 by terry.reedy, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
mac-cross-ref.diff terry.reedy, 2015-09-21 03:00 review
Messages (3)
msg251184 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2015-09-21 01:25
After changing EditorWindow.EditorWindow.help_dialog for #16893, I forgot, until remined by Mark, to make the corresponding change in macosxSupport.<override-menu>.help_dialog.  After doing so, I added to the former file
    # edit maxosxSupport.overrideRootMenu.help_dialog to match
This issue is to put a revised message
   # Synchronize with <module.class.funcname>.
in each member of all pairs that need to by synchronized.  There are at least two others,
msg251189 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-09-21 02:56
New changeset 884f15dc26f0 by Terry Jan Reedy in branch '2.7':
Issue #25199: Idle: add synchronization comments for future maintainers.
https://hg.python.org/cpython/rev/884f15dc26f0

New changeset a2e782188db6 by Terry Jan Reedy in branch '3.4':
Issue #25199: Idle: add synchronization comments for future maintainers.
https://hg.python.org/cpython/rev/a2e782188db6
msg251190 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2015-09-21 03:00
I did not find anything other function pairs. If either of you think of any similar comments to add, reopen this or open a new issue.
History
Date User Action Args
2022-04-11 14:58:21adminsetgithub: 69386
2019-03-23 04:13:57terry.reedysetcomponents: + IDLE
2015-09-21 03:00:59terry.reedysetstatus: open -> closed
files: + mac-cross-ref.diff
messages: + msg251190

keywords: + patch
resolution: fixed
stage: needs patch -> resolved
2015-09-21 02:56:26python-devsetnosy: + python-dev
messages: + msg251189
2015-09-21 01:25:22terry.reedysetmessages: + msg251184
2015-09-21 01:04:45terry.reedycreate