summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 489d59b..fc50537 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,9 +25,6 @@ Core and Builtins
- Issue #18137: Detect integer overflow on precision in float.__format__()
and complex.__format__().
-- Issue #15767: Introduce ModuleNotFoundError which is raised when a module
- could not be found.
-
- Issue #18183: Fix various unicode operations on strings with large unicode
codepoints.