| commit | da27fd267346e213512f4835dd0b7b40e6172bbe | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Fri Aug 17 00:24:54 2007 +0000 |
| committer | Guido van Rossum <guido@python.org> | Fri Aug 17 00:24:54 2007 +0000 |
| tree | 8f9f7dbafb09976c7dbe412992e9270f62455246 | |
| parent | af554a0e17ceb0e6a3cc0c07e9cf6db2f80c1ad9 [diff] [blame] |
Manually patched a few things that didn't get merged in, but should.
diff --git a/Doc/library/multifile.rst b/Doc/library/multifile.rst index c36ccb7..3e79229 100644 --- a/Doc/library/multifile.rst +++ b/Doc/library/multifile.rst
@@ -4,6 +4,7 @@ .. module:: multifile :synopsis: Support for reading files which contain distinct parts, such as some MIME data. + :deprecated: .. sectionauthor:: Eric S. Raymond <esr@snark.thyrsus.com>