summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-02-24 15:55:08 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-02-24 15:55:08 (GMT)
commit6225260e8cce153fe562b6f0660c49ace5a1901e (patch)
tree5d1ffea35eb276067abaeb4fd8eae76a69eb110e /Misc
parentc8400a47bb82cdf46616eea2b8536af82b1eb9fa (diff)
downloadcpython-6225260e8cce153fe562b6f0660c49ace5a1901e.zip
cpython-6225260e8cce153fe562b6f0660c49ace5a1901e.tar.gz
cpython-6225260e8cce153fe562b6f0660c49ace5a1901e.tar.bz2
Remove redundant NEWS entry.
Diffstat (limited to 'Misc')
-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