]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] Remove a NEWS entry for bpo-45878 (GH-30258)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Dec 2021 10:37:39 +0000 (12:37 +0200)
committerGitHub <noreply@github.com>
Sun, 26 Dec 2021 10:37:39 +0000 (12:37 +0200)
The docs linter complains about it, and in general news entries for such changes are not required.

Misc/NEWS.d/next/Tests/2021-11-23-12-36-21.bpo-45878.eOs_Mp.rst [deleted file]

diff --git a/Misc/NEWS.d/next/Tests/2021-11-23-12-36-21.bpo-45878.eOs_Mp.rst b/Misc/NEWS.d/next/Tests/2021-11-23-12-36-21.bpo-45878.eOs_Mp.rst
deleted file mode 100644 (file)
index fca90ef..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Test ``Lib/ctypes/test/test_functions.py::test_mro`` now uses
-``self.assertRaises`` instead of ``try/except``.