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: In rstrip, rename class RstripExtension as Rstrip #78085

Closed
terryjreedy opened this issue Jun 19, 2018 · 3 comments
Closed

IDLE: In rstrip, rename class RstripExtension as Rstrip #78085

terryjreedy opened this issue Jun 19, 2018 · 3 comments
Assignees
Labels
3.7 (EOL) end of life 3.8 only security fixes topic-IDLE type-feature A feature request or enhancement

Comments

@terryjreedy
Copy link
Member

BPO 33904
Nosy @terryjreedy, @miss-islington
PRs
  • bpo-33904: IDLE: In rstrip, rename class RstripExtension as Rstrip #7811
  • [3.7] bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811) #7814
  • [3.6] bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811) #7815
  • 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 = <Date 2018-06-20.15:57:51.595>
    created_at = <Date 2018-06-19.22:20:25.176>
    labels = ['3.8', 'expert-IDLE', 'type-feature', '3.7']
    title = 'IDLE: In rstrip, rename class RstripExtension as Rstrip'
    updated_at = <Date 2018-06-20.15:57:51.594>
    user = 'https://github.com/terryjreedy'

    bugs.python.org fields:

    activity = <Date 2018-06-20.15:57:51.594>
    actor = 'terry.reedy'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2018-06-20.15:57:51.595>
    closer = 'terry.reedy'
    components = ['IDLE']
    creation = <Date 2018-06-19.22:20:25.176>
    creator = 'terry.reedy'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33904
    keywords = ['patch']
    message_count = 3.0
    messages = ['320001', '320085', '320086']
    nosy_count = 2.0
    nosy_names = ['terry.reedy', 'miss-islington']
    pr_nums = ['7811', '7814', '7815']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue33904'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    @terryjreedy
    Copy link
    Member Author

    Rstrip is no longer an extension. Change all occurrences throughout idlelib, including tests. Some may not be covered in tests. Branch after bpo-33855 is merged.

    @terryjreedy terryjreedy added 3.7 (EOL) end of life 3.8 only security fixes labels Jun 19, 2018
    @terryjreedy terryjreedy self-assigned this Jun 19, 2018
    @terryjreedy terryjreedy added topic-IDLE type-feature A feature request or enhancement labels Jun 19, 2018
    @terryjreedy terryjreedy changed the title IDLE: In rstrip, change class RstripExtension to Rstrip IDLE: In rstrip, rename class RstripExtension as Rstrip Jun 19, 2018
    @miss-islington
    Copy link
    Contributor

    New changeset b0f3526 by Miss Islington (bot) in branch '3.7':
    bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811)
    b0f3526

    @miss-islington
    Copy link
    Contributor

    New changeset b41dc56 by Miss Islington (bot) in branch '3.6':
    bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811)
    b41dc56

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life 3.8 only security fixes topic-IDLE type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants