[Python-checkins] cpython: Remove redundant NEWS entry.
r.david.murray
python-checkins at python.org
Mon Feb 24 17:01:46 CET 2014
http://hg.python.org/cpython/rev/879fb0718487
changeset: 89370:879fb0718487
user: R David Murray <rdmurray at bitdance.com>
date: Mon Feb 24 10:55:08 2014 -0500
summary:
Remove redundant NEWS entry.
files:
Misc/NEWS | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1848,9 +1848,6 @@
- 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
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list