diff options
author | Georg Brandl <georg@python.org> | 2008-06-12 18:52:31 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-06-12 18:52:31 (GMT) |
commit | 83e9f4cd77f0cf4e47d505643c00b0dc3debace3 (patch) | |
tree | 5fe0608949044149b11903ad280c6032238e4832 /Doc/library/rfc822.rst | |
parent | b1549092ea5346e49eb6f0836857858a6bbd864c (diff) | |
download | cpython-83e9f4cd77f0cf4e47d505643c00b0dc3debace3.zip cpython-83e9f4cd77f0cf4e47d505643c00b0dc3debace3.tar.gz cpython-83e9f4cd77f0cf4e47d505643c00b0dc3debace3.tar.bz2 |
Remove last traces of mimetools.
Diffstat (limited to 'Doc/library/rfc822.rst')
-rw-r--r-- | Doc/library/rfc822.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/rfc822.rst b/Doc/library/rfc822.rst index bd8c9a2..2b0ca30 100644 --- a/Doc/library/rfc822.rst +++ b/Doc/library/rfc822.rst @@ -132,9 +132,6 @@ various end-user mail programs. Module :mod:`mailbox` Classes to read various mailbox formats produced by end-user mail programs. - Module :mod:`mimetools` - Subclass of :class:`rfc822.Message` that handles MIME encoded messages. - .. _message-objects: |