[Python-checkins] cpython: This shameful limitation of the fileinput module is not relevant anymore.

antoine.pitrou python-checkins at python.org
Wed Oct 12 19:15:00 CEST 2011


http://hg.python.org/cpython/rev/c589c6546071
changeset:   72892:c589c6546071
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Wed Oct 12 19:11:12 2011 +0200
summary:
  This shameful limitation of the fileinput module is not relevant anymore.

files:
  Doc/library/fileinput.rst |  4 ----
  1 files changed, 0 insertions(+), 4 deletions(-)


diff --git a/Doc/library/fileinput.rst b/Doc/library/fileinput.rst
--- a/Doc/library/fileinput.rst
+++ b/Doc/library/fileinput.rst
@@ -171,10 +171,6 @@
 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:
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list