From: briancurtin Date: Tue, 15 Mar 2011 15:51:28 +0000 (-0400) Subject: Add news item for #11509. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ef76981a0753db6373d8ba0194c345b6356a16f;p=python Add news item for #11509. --- diff --git a/Misc/NEWS b/Misc/NEWS index 834fa46f61..f9c4c9e1f4 100644 --- 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.