summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2021-12-26 10:38:19 (GMT)
committerGitHub <noreply@github.com>2021-12-26 10:38:19 (GMT)
commit1fb7c61ca76c6fbff4d90b272e34e92bc2c7d729 (patch)
tree4c9ec321439cb0b7ff2ee83e509ab67e2a48ab05 /Misc
parent078abb676cf759b1e960f78390b6e80f256f0255 (diff)
downloadcpython-1fb7c61ca76c6fbff4d90b272e34e92bc2c7d729.zip
cpython-1fb7c61ca76c6fbff4d90b272e34e92bc2c7d729.tar.gz
cpython-1fb7c61ca76c6fbff4d90b272e34e92bc2c7d729.tar.bz2
Remove a NEWS entry for bpo-45878 (GH-30259)
The docs linter complains about it, and in general news entries for such changes are not required.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/3.11.0a3.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/Misc/NEWS.d/3.11.0a3.rst b/Misc/NEWS.d/3.11.0a3.rst
index b5bcd5a..4265319 100644
--- a/Misc/NEWS.d/3.11.0a3.rst
+++ b/Misc/NEWS.d/3.11.0a3.rst
@@ -813,16 +813,6 @@ Add new Test for ``Lib/email/mime/nonmultipart.py::MIMENonMultipart``.
..
-.. bpo: 45878
-.. date: 2021-11-23-12-36-21
-.. nonce: eOs_Mp
-.. section: Tests
-
-Test ``Lib/ctypes/test/test_functions.py::test_mro`` now uses
-``self.assertRaises`` instead of ``try/except``.
-
-..
-
.. bpo: 45835
.. date: 2021-11-17-14-28-08
.. nonce: Mgyhjx