[New-bugs-announce] [issue37472] Remove Lib/test/outstanding_bugs.py

STINNER Victor report at bugs.python.org
Mon Jul 1 11:17:59 EDT 2019


New submission from STINNER Victor <vstinner at redhat.com>:

Lib/test/outstanding_bugs.py was created by:

commit c4e2a9b70ac49cdd8bcc9ca60afac20162f84f24
Author: Georg Brandl <georg at 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 bdce938af2af03b2eb0d0e4731f1b8c4b965eaf5
Author: Zachary Ware <zachary.ware at 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.

----------
components: Tests
messages: 347031
nosy: vstinner
priority: normal
severity: normal
status: open
title: Remove Lib/test/outstanding_bugs.py
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37472>
_______________________________________


More information about the New-bugs-announce mailing list