summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8646e4d..903b587 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1848,9 +1848,6 @@ Core and Builtins
- Issue #18942: sys._debugmallocstats() output was damaged on Windows.
-- Issue #18780: %-formatting now prints value instead of str for
- int subclasses when using %d, %i, and %u codes.
-
- Issue #18571: Implementation of the PEP 446: file descriptors and file
handles are now created non-inheritable; add functions
os.get/set_inheritable(), os.get/set_handle_inheritable() and