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 17bc330..cc42de4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,8 +59,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.