Remove redundant NEWS entry.

This commit is contained in:
R David Murray 2014-02-24 10:55:08 -05:00
parent c8400a47bb
commit 6225260e8c
1 changed files with 0 additions and 3 deletions

View File

@ -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