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 Lib/test/outstanding_bugs.py #81653

Closed
vstinner opened this issue Jul 1, 2019 · 3 comments
Closed

Remove Lib/test/outstanding_bugs.py #81653

vstinner opened this issue Jul 1, 2019 · 3 comments
Labels
3.9 only security fixes tests Tests in the Lib/test dir

Comments

@vstinner
Copy link
Member

vstinner commented Jul 1, 2019

BPO 37472
Nosy @vstinner
PRs
  • bpo-37472: Remove Lib/test/outstanding_bugs.py #14516
  • 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 2019-07-01.16:36:46.047>
    created_at = <Date 2019-07-01.15:17:59.650>
    labels = ['tests', '3.9']
    title = 'Remove Lib/test/outstanding_bugs.py'
    updated_at = <Date 2019-07-01.16:36:46.044>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2019-07-01.16:36:46.044>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-07-01.16:36:46.047>
    closer = 'vstinner'
    components = ['Tests']
    creation = <Date 2019-07-01.15:17:59.650>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37472
    keywords = ['patch']
    message_count = 3.0
    messages = ['347031', '347043', '347044']
    nosy_count = 1.0
    nosy_names = ['vstinner']
    pr_nums = ['14516']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue37472'
    versions = ['Python 3.9']

    @vstinner
    Copy link
    Member Author

    vstinner commented Jul 1, 2019

    Lib/test/outstanding_bugs.py was created by:

    commit c4e2a9b
    Author: Georg Brandl <georg@python.org>
    Date: Sun Jan 8 14:32:19 2006 +0000

    Add a test file (which isn't run by regrtest) for bugs which
    aren't fixed yet.
    
    Includes a first test (for compiler).
    

    and has not been touched since:

    commit bdce938
    Author: Zachary Ware <zachary.ware@gmail.com>
    Date: Fri Dec 20 13:25:07 2013 -0600

    Update test.outstanding_bugs.py
    
    diff --git a/Lib/test/outstanding_bugs.py b/Lib/test/outstanding_bugs.py
    index 0849ee5885..7e527a6706 100644
    --- a/Lib/test/outstanding_bugs.py
    +++ b/Lib/test/outstanding_bugs.py
    @@ -10,79 +10,9 @@ import unittest
     from test import support
     
     #
    -# One test case for outstanding bugs at the moment:
    +# No test cases for outstanding bugs at the moment.
     #
    (...)

    I propose to remove this file. We don't manage "outstanding bugs" this way anymore.

    @vstinner vstinner added 3.9 only security fixes tests Tests in the Lib/test dir labels Jul 1, 2019
    @vstinner
    Copy link
    Member Author

    vstinner commented Jul 1, 2019

    New changeset e21b45a by Victor Stinner in branch 'master':
    bpo-37472: Remove Lib/test/outstanding_bugs.py (GH-14516)
    e21b45a

    @vstinner
    Copy link
    Member Author

    vstinner commented Jul 1, 2019

    I removed the file in the master branch. I don't think that it's worth it to remove it from other branches, so I just close the issue.

    FYI I found this file while working on PR 14518:

    commit 8f4ef3b (upstream/master, master)
    Author: Victor Stinner <vstinner@redhat.com>
    Date: Mon Jul 1 18:28:25 2019 +0200

    Remove unused imports in tests (GH-14518)
    

    @vstinner vstinner closed this as completed Jul 1, 2019
    @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.9 only security fixes tests Tests in the Lib/test dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant