]> granicus.if.org Git - python/commitdiff
Add news item for #11509.
authorbriancurtin <brian.curtin@gmail.com>
Tue, 15 Mar 2011 15:51:28 +0000 (11:51 -0400)
committerbriancurtin <brian.curtin@gmail.com>
Tue, 15 Mar 2011 15:51:28 +0000 (11:51 -0400)
Misc/NEWS

index 834fa46f617a7e4528e87b59fa8ca758ceee040a..f9c4c9e1f46efb32bc70f70118056743f92dc549 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -68,6 +68,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #11509: Significantly increase test coverage of fileinput.
+  Patch by Denver Coneybeare at PyCon 2011 Sprints.
+
 - Issue #11407: `TestCase.run` returns the result object used or created.
   Contributed by Janathan Hartley.