[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 11909c12c7)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
Miss Islington (bot) 2021-12-26 03:25:49 -08:00 committed by GitHub
parent 3c1100fc59
commit bee660e46a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +0,0 @@
Test ``Lib/ctypes/test/test_functions.py::test_mro`` now uses
``self.assertRaises`` instead of ``try/except``.