summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c71a7cb..74cbea9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,8 +47,6 @@ Library
- Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
-- Issue #15776: Allow pyvenv to work in existing directory with --clean.
-
- Issue #15249: BytesGenerator now correctly mangles From lines (when
requested) even if the body contains undecodable bytes.