IDLE: Add docstrings and tests for editor.py reload functions #75710
Open
Description
BPO | 31529 |
---|---|
Nosy | @terryjreedy, @csabella |
PRs |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = 'https://github.com/terryjreedy'
closed_at = None
created_at = <Date 2017-09-20.13:06:20.730>
labels = ['expert-IDLE', 'type-feature', '3.7']
title = 'IDLE: Add docstrings and tests for editor.py reload functions'
updated_at = <Date 2018-05-23.04:43:16.595>
user = 'https://github.com/csabella'
bugs.python.org fields:
activity = <Date 2018-05-23.04:43:16.595>
actor = 'terry.reedy'
assignee = 'terry.reedy'
closed = False
closed_date = None
closer = None
components = ['IDLE']
creation = <Date 2017-09-20.13:06:20.730>
creator = 'cheryl.sabella'
dependencies = []
files = []
hgrepos = []
issue_num = 31529
keywords = ['patch']
message_count = 4.0
messages = ['302609', '302704', '311623', '317352']
nosy_count = 2.0
nosy_names = ['terry.reedy', 'cheryl.sabella']
pr_nums = ['3669']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue31529'
versions = ['Python 3.6', 'Python 3.7']
Linked PRs
Metadata
Assignees
Type
Projects
Status
In Progress
Activity
csabella commentedon Sep 20, 2017
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.
terryjreedy commentedon Sep 21, 2017
A good start, and big enough as it is, for the next big revision project ;-).
csabella commentedon Feb 4, 2018
Hi Terry,
Could you put this one on your radar for review? Thanks!
terryjreedy commentedon May 23, 2018
There is a reference to this issue in bpo-31494, msg302628 (CodeContext loops).
pythongh-75710: IDLE - add docstrings and comments to editor module
7 remaining items