From: briancurtin Date: Tue, 15 Mar 2011 15:51:28 +0000 (-0400) Subject: Add news item for #11509. X-Git-Tag: v3.3.0a1~2912 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ef76981a0753db6373d8ba0194c345b6356a16f;p=thirdparty%2FPython%2Fcpython.git Add news item for #11509. --- diff --git a/Misc/NEWS b/Misc/NEWS index 834fa46f617a..f9c4c9e1f46e 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.