summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbriancurtin <brian.curtin@gmail.com>2011-03-15 15:51:28 (GMT)
committerbriancurtin <brian.curtin@gmail.com>2011-03-15 15:51:28 (GMT)
commit2ef76981a0753db6373d8ba0194c345b6356a16f (patch)
tree74b60124827b2822f80d2b045c6d98d41729c619
parent5eb3591a41aa7c871f99d8bc10c09fd1a4d67479 (diff)
downloadcpython-2ef76981a0753db6373d8ba0194c345b6356a16f.zip
cpython-2ef76981a0753db6373d8ba0194c345b6356a16f.tar.gz
cpython-2ef76981a0753db6373d8ba0194c345b6356a16f.tar.bz2
Add news item for #11509.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 834fa46..f9c4c9e 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.