From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 26 Dec 2021 11:25:49 +0000 (-0800) Subject: [3.9] Remove a NEWS entry for bpo-45878 (GH-30258) (GH-30260) X-Git-Tag: v3.9.10~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bee660e46ae2a051400177dcd758d95b5b4a6fcc;p=thirdparty%2FPython%2Fcpython.git [3.9] Remove a NEWS entry for bpo-45878 (GH-30258) (GH-30260) The docs linter complains about it, and in general news entries for such changes are not required. (cherry picked from commit 11909c12c75a7f377460561abc97707a4006fc07) Co-authored-by: Serhiy Storchaka --- 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 fca90ef46981..000000000000 --- 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``.