summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-02-19 14:57:47 (GMT)
committerGeorg Brandl <georg@python.org>2006-02-19 14:57:47 (GMT)
commitc98eeede175a9a0a6d05b7a6e6b105bcd0fc79fa (patch)
tree3ade5a77f5303b09814abe7c311a808317a5ac6c /Misc
parentc029f873cb170a5525ef78b00b3957e52be41cda (diff)
downloadcpython-c98eeede175a9a0a6d05b7a6e6b105bcd0fc79fa.zip
cpython-c98eeede175a9a0a6d05b7a6e6b105bcd0fc79fa.tar.gz
cpython-c98eeede175a9a0a6d05b7a6e6b105bcd0fc79fa.tar.bz2
Patch #1215184: FileInput now can be given an opening hook which can
be used to control how files are opened.
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 ae0f2d9..078f702 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -366,6 +366,9 @@ Extension Modules
Library
-------
+- Patch #1215184: FileInput now can be given an opening hook which can
+ be used to control how files are opened.
+
- Patch #1212287: fileinput.input() now has a mode parameter for
specifying the file mode input files should be opened with.