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

Remove trailing whitespaces #75643

Closed
serhiy-storchaka opened this issue Sep 14, 2017 · 5 comments
Closed

Remove trailing whitespaces #75643

serhiy-storchaka opened this issue Sep 14, 2017 · 5 comments
Labels
3.7 (EOL) end of life

Comments

@serhiy-storchaka
Copy link
Member

BPO 31462
Nosy @terryjreedy, @benjaminp, @serhiy-storchaka
PRs
  • bpo-31462: Remove trailing whitespaces. #3564
  • [3.6] bpo-31462: IDLE - remove trailing whitespaces (GH-3564) #3594
  • 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 = None
    closed_at = <Date 2017-09-14.06:39:03.099>
    created_at = <Date 2017-09-14.05:50:09.035>
    labels = ['3.7']
    title = 'Remove trailing whitespaces'
    updated_at = <Date 2017-09-15.02:52:20.865>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2017-09-15.02:52:20.865>
    actor = 'terry.reedy'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-09-14.06:39:03.099>
    closer = 'serhiy.storchaka'
    components = []
    creation = <Date 2017-09-14.05:50:09.035>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31462
    keywords = ['patch']
    message_count = 5.0
    messages = ['302140', '302144', '302173', '302180', '302229']
    nosy_count = 3.0
    nosy_names = ['terry.reedy', 'benjamin.peterson', 'serhiy.storchaka']
    pr_nums = ['3564', '3594']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue31462'
    versions = ['Python 3.7']

    @serhiy-storchaka
    Copy link
    Member Author

    Proposed PR removes trailing whitespaces from CPython source files. Some of them were added since the last trailing whitespaces removing. Some text files were omitted in previous trailing whitespaces removings. Now I consider them safe to cleanup.

    @serhiy-storchaka serhiy-storchaka added the 3.7 (EOL) end of life label Sep 14, 2017
    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 13ad3b7 by Serhiy Storchaka in branch 'master':
    bpo-31462: Remove trailing whitespaces. (bpo-3564)
    13ad3b7

    @terryjreedy
    Copy link
    Member

    I plan to backport the idlelib changes. Do you prefer than I try to include other files (by using cherry-pick) or only do idlelib (probably much easier)?

    @serhiy-storchaka
    Copy link
    Member Author

    Usually we don't backport such kind of changes. And I afraid that cherry-picking would be with many conflicts, because many changes are in new code. The idlelib changes are more harmless, since they are in text files.

    @terryjreedy
    Copy link
    Member

    New changeset 93d5f91 by Terry Jan Reedy in branch '3.6':
    [3.6] bpo-31462: IDLE - remove trailing whitespaces (GH-3564) (bpo-3594)
    93d5f91

    @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
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants