New submission from STINNER Victor <vstin...@redhat.com>:
Lib/test/outstanding_bugs.py was created by: commit c4e2a9b70ac49cdd8bcc9ca60afac20162f84f24 Author: Georg Brandl <ge...@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.w...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue37472> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com