Manually patched a few things that didn't get merged in, but should.
diff --git a/Doc/library/fileinput.rst b/Doc/library/fileinput.rst
index d0a3ed9..d45def1 100644
--- a/Doc/library/fileinput.rst
+++ b/Doc/library/fileinput.rst
@@ -149,11 +149,13 @@
it is deleted when the output file is closed. In-place filtering is disabled
when standard input is read.
-**Caveat:** The current implementation does not work for MS-DOS 8+3 filesystems.
+.. warning::
+
+ The current implementation does not work for MS-DOS 8+3 filesystems.
+
The two following opening hooks are provided by this module:
-
.. function:: hook_compressed(filename, mode)
Transparently opens files compressed with gzip and bzip2 (recognized by the