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 docstrings and tests for editor.py reload functions
Type: enhancement Stage: patch review
Components: IDLE Versions: Python 3.7, Python 3.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: terry.reedy Nosy List: cheryl.sabella, terry.reedy
Priority: normal Keywords: patch

Created on 2017-09-20 13:06 by cheryl.sabella, last changed 2022-04-11 14:58 by admin.

Pull Requests
URL Status Linked Edit
PR 3669 open cheryl.sabella, 2017-09-20 13:10
Messages (4)
msg302609 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2017-09-20 13:06
Add docstrings and unit tests for a subset of functions in editor.py, including functions related to creating the menubar, adding keybinding events, and reloading the editor from configdialog.
msg302704 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2017-09-21 16:20
A good start, and big enough as it is, for the next big revision project ;-).
msg311623 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2018-02-04 23:05
Hi Terry,

Could you put this one on your radar for review?  Thanks!
msg317352 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-05-23 04:43
There is a reference to this issue in #31494, msg302628 (CodeContext loops).
History
Date User Action Args
2022-04-11 14:58:52adminsetgithub: 75710
2018-05-23 04:43:16terry.reedysetmessages: + msg317352
2018-02-05 01:18:57cheryl.sabellalinkissue5594 dependencies
2018-02-04 23:05:06cheryl.sabellasetmessages: + msg311623
2017-09-21 16:20:56terry.reedysetmessages: + msg302704
versions: + Python 3.6
2017-09-20 13:10:45cheryl.sabellasetkeywords: + patch
stage: patch review
pull_requests: + pull_request3659
2017-09-20 13:06:20cheryl.sabellacreate