summaryrefslogtreecommitdiffstats
path: root/Doc/library/fileinput.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-04-27 15:29:09 (GMT)
committerGeorg Brandl <georg@python.org>2009-04-27 15:29:09 (GMT)
commit16a57f6a343d7bacd85e79c3edb64cd832d8a9ac (patch)
treec277aed5347aa94a08a6b6742f31f56efbc56948 /Doc/library/fileinput.rst
parentd91f8cf779d9ac4c34e3a47a5a6cfe698874c5dd (diff)
downloadcpython-16a57f6a343d7bacd85e79c3edb64cd832d8a9ac.zip
cpython-16a57f6a343d7bacd85e79c3edb64cd832d8a9ac.tar.gz
cpython-16a57f6a343d7bacd85e79c3edb64cd832d8a9ac.tar.bz2
Demote warnings to notices where appropriate, following the goal that as few "red box" warnings
should clutter the docs as possible. Part 1: stuff that gets merged to Py3k.
Diffstat (limited to 'Doc/library/fileinput.rst')
-rw-r--r--Doc/library/fileinput.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/fileinput.rst b/Doc/library/fileinput.rst
index 269d856..3253a07 100644
--- a/Doc/library/fileinput.rst
+++ b/Doc/library/fileinput.rst
@@ -150,7 +150,7 @@ 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.
-.. warning::
+.. note::
The current implementation does not work for MS-DOS 8+3 filesystems.