From: R David Murray Date: Mon, 24 Feb 2014 15:55:08 +0000 (-0500) Subject: Remove redundant NEWS entry. X-Git-Tag: v3.4.1rc1~233^2~213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6225260e8cce153fe562b6f0660c49ace5a1901e;p=python Remove redundant NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 8646e4dffd..903b587561 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