diff options
author | Georg Brandl <georg@python.org> | 2006-02-19 14:57:47 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-02-19 14:57:47 (GMT) |
commit | c98eeede175a9a0a6d05b7a6e6b105bcd0fc79fa (patch) | |
tree | 3ade5a77f5303b09814abe7c311a808317a5ac6c /Misc | |
parent | c029f873cb170a5525ef78b00b3957e52be41cda (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |