commit | c98eeede175a9a0a6d05b7a6e6b105bcd0fc79fa | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Feb 19 14:57:47 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Feb 19 14:57:47 2006 +0000 |
tree | 3ade5a77f5303b09814abe7c311a808317a5ac6c | |
parent | c029f873cb170a5525ef78b00b3957e52be41cda [diff] [blame] |
Patch #1215184: FileInput now can be given an opening hook which can be used to control how files are opened.
diff --git a/Misc/NEWS b/Misc/NEWS index ae0f2d9..078f702 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -366,6 +366,9 @@ 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.