]> granicus.if.org Git - python/commitdiff
Remove redundant NEWS entry.
authorR David Murray <rdmurray@bitdance.com>
Mon, 24 Feb 2014 15:55:08 +0000 (10:55 -0500)
committerR David Murray <rdmurray@bitdance.com>
Mon, 24 Feb 2014 15:55:08 +0000 (10:55 -0500)
Misc/NEWS

index 8646e4dffdaaece84aa19b4d7d53df57d13a802f..903b5875615b6e03c3c8b18e803e321cacdf79bd 100644 (file)
--- 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