bpo-37472: Remove Lib/test/outstanding_bugs.py (GH-14516)
authorVictor Stinner <vstinner@redhat.com>
Mon, 1 Jul 2019 16:35:07 +0000 (18:35 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jul 2019 16:35:07 +0000 (18:35 +0200)
Lib/test/outstanding_bugs.py [deleted file]
Misc/NEWS.d/next/Tests/2019-07-01-17-19-47.bpo-37472.WzkEAx.rst [new file with mode: 0644]
PCbuild/lib.pyproj

diff --git a/Lib/test/outstanding_bugs.py b/Lib/test/outstanding_bugs.py
deleted file mode 100644 (file)
index 7e527a6..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# This file is for everybody to add tests for bugs that aren't
-# fixed yet. Please add a test case and appropriate bug description.
-#
-# When you fix one of the bugs, please move the test to the correct
-# test_ module.
-#
-
-import unittest
-from test import support
-
-#
-# No test cases for outstanding bugs at the moment.
-#
-
-
-if __name__ == "__main__":
-    unittest.main()
diff --git a/Misc/NEWS.d/next/Tests/2019-07-01-17-19-47.bpo-37472.WzkEAx.rst b/Misc/NEWS.d/next/Tests/2019-07-01-17-19-47.bpo-37472.WzkEAx.rst
new file mode 100644 (file)
index 0000000..f62b5d5
--- /dev/null
@@ -0,0 +1 @@
+Remove ``Lib/test/outstanding_bugs.py``.
index 683335e044894dbe444ba19c136fe8233dc5d05c..0ddeef3eaa3b1264cfcfea3212b9b3a7ed5b9ac3 100644 (file)
     <Compile Include="test\mp_fork_bomb.py" />
     <Compile Include="test\mp_preload.py" />
     <Compile Include="test\multibytecodec_support.py" />
-    <Compile Include="test\outstanding_bugs.py" />
     <Compile Include="test\pickletester.py" />
     <Compile Include="test\profilee.py" />
     <Compile Include="test\pyclbr_input.py" />