Skip to content
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

IDLE subsection of What's New 3.9 #86010

Closed
terryjreedy opened this issue Sep 23, 2020 · 11 comments
Closed

IDLE subsection of What's New 3.9 #86010

terryjreedy opened this issue Sep 23, 2020 · 11 comments
Assignees
Labels
3.9 only security fixes 3.10 only security fixes 3.11 only security fixes topic-IDLE type-feature A feature request or enhancement

Comments

@terryjreedy
Copy link
Member

BPO 41844
Nosy @terryjreedy, @ambv, @miss-islington
PRs
  • bpo-41844: Add IDLE section to What's New 3.9 #22382
  • [3.9] bpo-41844: Add IDLE section to What's New 3.9 (GN-22382) #22384
  • bpo-41844: Update IDLE part of What's New 3.9 to 2022 #30905
  • [3.10] bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905) #30908
  • [3.9] bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905) #30909
  • Superseder
  • bpo-41846: IDLE subsection of What's New 3.10
  • 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 2020-09-23.14:23:59.133>
    labels = ['expert-IDLE', 'type-feature', '3.9', '3.10', '3.11']
    title = "IDLE subsection of What's New 3.9"
    updated_at = <Date 2022-01-26.05:15:09.767>
    user = 'https://github.com/terryjreedy'

    bugs.python.org fields:

    activity = <Date 2022-01-26.05:15:09.767>
    actor = 'miss-islington'
    assignee = 'terry.reedy'
    closed = False
    closed_date = None
    closer = None
    components = ['IDLE']
    creation = <Date 2020-09-23.14:23:59.133>
    creator = 'terry.reedy'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 41844
    keywords = ['patch']
    message_count = 7.0
    messages = ['377389', '377394', '377401', '378048', '411703', '411705', '411706']
    nosy_count = 3.0
    nosy_names = ['terry.reedy', 'lukasz.langa', 'miss-islington']
    pr_nums = ['22382', '22384', '30905', '30908', '30909']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = '41846'
    type = 'enhancement'
    url = 'https://bugs.python.org/issue41844'
    versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']

    @terryjreedy terryjreedy added 3.10 only security fixes 3.9 only security fixes labels Sep 23, 2020
    @terryjreedy terryjreedy self-assigned this Sep 23, 2020
    @terryjreedy terryjreedy added topic-IDLE type-feature A feature request or enhancement 3.10 only security fixes 3.9 only security fixes labels Sep 23, 2020
    @terryjreedy terryjreedy self-assigned this Sep 23, 2020
    @terryjreedy terryjreedy added topic-IDLE type-feature A feature request or enhancement labels Sep 23, 2020
    @terryjreedy
    Copy link
    Member Author

    Following bpo-33822, master issue for IDLE entries in Doc/whatsnew/3.9.rst. This doc has a section 'Improved Modules' with a subsection 'idlelib and IDLE'. The initial unlabeled subsubsection includes important enhancements to IDLE since 3.8.0.

    Because of IDLE's special backport policy (PEP-434), this initial part concludes with "The changes above have been backported to 3.8 maintenance releases." Future subsubsections 'New in 3.9.z:', z >= 1, will follow for backports to 3.9.z. These can precede the backport message as long as it is true. This issue will close after the last 3.9 maintenance release.

    This file will always exists in the master branch. Changes are applied to master and backported as needed at the time. Entries will be the same in the What's New x.y for all x.y branches that get the enhancement. However, each file needs different backports. Hence separate PRs are needed for auto backport to work. It seems convenient to have separate issues for each.

    @terryjreedy
    Copy link
    Member Author

    New changeset 22b7616 by Terry Jan Reedy in branch 'master':
    bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)
    22b7616

    @terryjreedy
    Copy link
    Member Author

    New changeset 57e7d5c by Miss Islington (bot) in branch '3.9':
    bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)
    57e7d5c

    @ambv
    Copy link
    Contributor

    ambv commented Oct 5, 2020

    New changeset 7e21aab by Łukasz Langa (Miss Islington (bot)) in branch '3.9':
    bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)
    7e21aab

    @terryjreedy terryjreedy added 3.11 only security fixes labels Jan 24, 2022
    @terryjreedy
    Copy link
    Member Author

    New changeset 7cf285d by Terry Jan Reedy in branch 'main':
    bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)
    7cf285d

    @miss-islington
    Copy link
    Contributor

    New changeset 8356f6a by Miss Islington (bot) in branch '3.10':
    bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)
    8356f6a

    @miss-islington
    Copy link
    Contributor

    New changeset f8a805b by Miss Islington (bot) in branch '3.9':
    bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)
    f8a805b

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @iritkatriel
    Copy link
    Member

    Is there anything left to do here?

    @terryjreedy
    Copy link
    Member Author

    No.

    @iritkatriel
    Copy link
    Member

    How about #86012 and #90653?

    @terryjreedy
    Copy link
    Member Author

    Still needed because new IDLE features get backported during maintenance period.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.9 only security fixes 3.10 only security fixes 3.11 only security fixes topic-IDLE type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    4 participants