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 private and apparently unused __pad function #77722

Closed
mariocj89 mannequin opened this issue May 16, 2018 · 2 comments
Closed

Remove private and apparently unused __pad function #77722

mariocj89 mannequin opened this issue May 16, 2018 · 2 comments
Assignees
Labels
3.8 only security fixes stdlib Python modules in the Lib dir

Comments

@mariocj89
Copy link
Mannequin

mariocj89 mannequin commented May 16, 2018

BPO 33541
Nosy @abalkin, @mariocj89
PRs
  • bpo-33541: Remove unused __pad function #4377
  • 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/abalkin'
    closed_at = <Date 2018-05-20.17:44:22.467>
    created_at = <Date 2018-05-16.16:05:33.907>
    labels = ['3.8', 'library']
    title = 'Remove private and apparently unused __pad function'
    updated_at = <Date 2018-05-20.17:44:22.467>
    user = 'https://github.com/mariocj89'

    bugs.python.org fields:

    activity = <Date 2018-05-20.17:44:22.467>
    actor = 'belopolsky'
    assignee = 'belopolsky'
    closed = True
    closed_date = <Date 2018-05-20.17:44:22.467>
    closer = 'belopolsky'
    components = ['Library (Lib)']
    creation = <Date 2018-05-16.16:05:33.907>
    creator = 'mariocj89'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33541
    keywords = ['patch']
    message_count = 2.0
    messages = ['316827', '317192']
    nosy_count = 2.0
    nosy_names = ['belopolsky', 'mariocj89']
    pr_nums = ['4377']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue33541'
    versions = ['Python 3.8']

    @mariocj89
    Copy link
    Mannequin Author

    mariocj89 mannequin commented May 16, 2018

    When checking on ways to improve coverage of datetime related functions I found this function that seems not to be used anyware.
    It is private and mangled, should be safe to remove.

    Creating the issue as requested in the PR:
    #4377

    @mariocj89 mariocj89 mannequin added 3.8 only security fixes stdlib Python modules in the Lib dir labels May 16, 2018
    @abalkin
    Copy link
    Member

    abalkin commented May 20, 2018

    New changeset 89a25ce by Alexander Belopolsky (Mario Corchero) in branch 'master':
    bpo-33541: Remove unused __pad function (GH-4377)
    89a25ce

    @abalkin abalkin closed this as completed May 20, 2018
    @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.8 only security fixes stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant