Thanks to visit codestin.com
Credit goes to github.com

Skip to content

IDLE: Refactor config_key module. #79856

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
terryjreedy opened this issue Jan 7, 2019 · 1 comment
Closed

IDLE: Refactor config_key module. #79856

terryjreedy opened this issue Jan 7, 2019 · 1 comment
Assignees
Labels
3.10 only security fixes 3.11 only security fixes 3.12 only security fixes topic-IDLE type-feature A feature request or enhancement

Comments

@terryjreedy
Copy link
Member

BPO 35675
Nosy @terryjreedy, @csabella
PRs
  • gh-79856: IDLE - separate config_key window and frame #11427
  • 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 2019-01-07.03:56:05.630>
    labels = ['3.8', 'expert-IDLE', 'type-feature', '3.7']
    title = 'IDLE: Refactor config_key module.'
    updated_at = <Date 2019-03-20.16:36:18.440>
    user = 'https://github.com/terryjreedy'

    bugs.python.org fields:

    activity = <Date 2019-03-20.16:36:18.440>
    actor = 'terry.reedy'
    assignee = 'terry.reedy'
    closed = False
    closed_date = None
    closer = None
    components = ['IDLE']
    creation = <Date 2019-01-07.03:56:05.630>
    creator = 'terry.reedy'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35675
    keywords = ['patch']
    message_count = 1.0
    messages = ['333134']
    nosy_count = 2.0
    nosy_names = ['terry.reedy', 'cheryl.sabella']
    pr_nums = ['11427']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue35675'
    versions = ['Python 3.7', 'Python 3.8']

    @terryjreedy
    Copy link
    Member Author

    Continuation of bpo-35598. Cheryl said there (rearranged):
    "PR11427 refactors the main frame from the window. My main goal in splitting them was more for readability rather than for being able to add it to a Tabbed window. As a follow up to this refactor, I hope to split the Basic and Advanced frames into their own tabs, mostly to clean up the create_widgets and to organize the supporting functions."

    A pair of tabs on a ttk Notebook would make this more like configdialog.

    @terryjreedy terryjreedy added 3.7 (EOL) end of life 3.8 (EOL) end of life type-feature A feature request or enhancement labels Jan 7, 2019
    @terryjreedy terryjreedy self-assigned this Mar 20, 2019
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @erlend-aasland erlend-aasland moved this to In Progress in IDLE Issues Jul 27, 2022
    @terryjreedy terryjreedy added 3.11 only security fixes 3.10 only security fixes 3.12 only security fixes and removed 3.8 (EOL) end of life 3.7 (EOL) end of life labels Sep 30, 2022
    Repository owner moved this from In Progress to Done in IDLE Issues Sep 30, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.10 only security fixes 3.11 only security fixes 3.12 only security fixes topic-IDLE type-feature A feature request or enhancement
    Projects
    Status: Done
    Development

    No branches or pull requests

    1 participant