This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2019-07-01.15:17:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561994279.69.0.729318109917.issue37472@roundup.psfhosted.org>
In-reply-to
Content
Lib/test/outstanding_bugs.py was created by:

commit c4e2a9b70ac49cdd8bcc9ca60afac20162f84f24
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 bdce938af2af03b2eb0d0e4731f1b8c4b965eaf5
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.
History
Date User Action Args
2019-07-01 15:17:59vstinnersetrecipients: + vstinner
2019-07-01 15:17:59vstinnersetmessageid: <1561994279.69.0.729318109917.issue37472@roundup.psfhosted.org>
2019-07-01 15:17:59vstinnerlinkissue37472 messages
2019-07-01 15:17:59vstinnercreate