summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-02-19 14:12:34 (GMT)
committerGeorg Brandl <georg@python.org>2006-02-19 14:12:34 (GMT)
commitc029f873cb170a5525ef78b00b3957e52be41cda (patch)
tree93fdedcfe2f51f18ecaa80ac0b13fe1d4eb7246c /Misc
parent67e9fb9d7afbd9935322420a7cadd4cb6538dcdf (diff)
downloadcpython-c029f873cb170a5525ef78b00b3957e52be41cda.zip
cpython-c029f873cb170a5525ef78b00b3957e52be41cda.tar.gz
cpython-c029f873cb170a5525ef78b00b3957e52be41cda.tar.bz2
Patch #1212287: fileinput.input() now has a mode parameter for
specifying the file mode input files should be opened with.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2ef3424..ae0f2d9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -366,6 +366,9 @@ Extension Modules
Library
-------
+- Patch #1212287: fileinput.input() now has a mode parameter for
+ specifying the file mode input files should be opened with.
+
- Patch #1215184: fileinput now has a fileno() function for getting the
current file number.