Skip to content

IDLE: Add docstrings and tests for editor.py reload functions #75710

Open
@csabella

Description

BPO 31529
Nosy @terryjreedy, @csabella
PRs
  • gh-75710: IDLE: Add tests to some editor.py functions #3669
  • 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

    Activity

    csabella

    csabella commented on Sep 20, 2017

    @csabella
    ContributorAuthor

    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

    terryjreedy commented on Sep 21, 2017

    @terryjreedy
    Member

    A good start, and big enough as it is, for the next big revision project ;-).

    csabella

    csabella commented on Feb 4, 2018

    @csabella
    ContributorAuthor

    Hi Terry,

    Could you put this one on your radar for review? Thanks!

    terryjreedy

    terryjreedy commented on May 23, 2018

    @terryjreedy
    Member

    There is a reference to this issue in bpo-31494, msg302628 (CodeContext loops).

    transferred this issue fromon Apr 10, 2022
    moved this to In Progress in IDLE Issueson Jul 27, 2022
    added a commit that references this issue on May 13, 2023

    pythongh-75710: IDLE - add docstrings and comments to editor module

    7 remaining items

    Loading
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Metadata

    Assignees

    Labels

    testsTests in the Lib/test dirtopic-IDLEtype-featureA feature request or enhancement

    Type

    No type

    Projects

    • Status

      In Progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      IDLE: Add docstrings and tests for editor.py reload functions · Issue #75710 · python/cpython