summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2021-12-26 10:37:39 (GMT)
committerGitHub <noreply@github.com>2021-12-26 10:37:39 (GMT)
commit11909c12c75a7f377460561abc97707a4006fc07 (patch)
treefece73b2491a207f03fc99921e06ec332ce87d23
parent03c7449fbc7c57f5e0365f234a0b65c1dde763f2 (diff)
downloadcpython-11909c12c75a7f377460561abc97707a4006fc07.zip
cpython-11909c12c75a7f377460561abc97707a4006fc07.tar.gz
cpython-11909c12c75a7f377460561abc97707a4006fc07.tar.bz2
[3.10] Remove a NEWS entry for bpo-45878 (GH-30258)
The docs linter complains about it, and in general news entries for such changes are not required.
-rw-r--r--Misc/NEWS.d/next/Tests/2021-11-23-12-36-21.bpo-45878.eOs_Mp.rst2
1 files changed, 0 insertions, 2 deletions
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
index fca90ef..0000000
--- a/Misc/NEWS.d/next/Tests/2021-11-23-12-36-21.bpo-45878.eOs_Mp.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Test ``Lib/ctypes/test/test_functions.py::test_mro`` now uses
-``self.assertRaises`` instead of ``try/except``.