diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-12 17:11:12 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-12 17:11:12 (GMT) |
commit | 1e4fe702f60b1bf8ed2e3ddca0ea634d83cca89b (patch) | |
tree | 1356fec36c1491438b4e7fbec93f57859e59e40f /Doc/library/fileinput.rst | |
parent | 4272d6a315ba0281ccfd5d4c842c53111e9f4ae3 (diff) | |
download | cpython-1e4fe702f60b1bf8ed2e3ddca0ea634d83cca89b.zip cpython-1e4fe702f60b1bf8ed2e3ddca0ea634d83cca89b.tar.gz cpython-1e4fe702f60b1bf8ed2e3ddca0ea634d83cca89b.tar.bz2 |
This shameful limitation of the fileinput module is not relevant anymore.
Diffstat (limited to 'Doc/library/fileinput.rst')
-rw-r--r-- | Doc/library/fileinput.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/fileinput.rst b/Doc/library/fileinput.rst index daefd99..f8ec436 100644 --- a/Doc/library/fileinput.rst +++ b/Doc/library/fileinput.rst @@ -171,10 +171,6 @@ and the backup file remains around; by default, the extension is ``'.bak'`` and it is deleted when the output file is closed. In-place filtering is disabled when standard input is read. -.. note:: - - The current implementation does not work for MS-DOS 8+3 filesystems. - The two following opening hooks are provided by this module: |