From: Antoine Pitrou Date: Wed, 12 Oct 2011 17:11:12 +0000 (+0200) Subject: This shameful limitation of the fileinput module is not relevant anymore. X-Git-Tag: v3.3.0a1~1195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e4fe702f60b1bf8ed2e3ddca0ea634d83cca89b;p=python This shameful limitation of the fileinput module is not relevant anymore. --- diff --git a/Doc/library/fileinput.rst b/Doc/library/fileinput.rst index daefd99560..f8ec4368e1 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: