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/http.server.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/http.server.rst')
-rw-r--r-- | Doc/library/http.server.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Doc/library/http.server.rst b/Doc/library/http.server.rst index 941f043..f025b25 100644 --- a/Doc/library/http.server.rst +++ b/Doc/library/http.server.rst @@ -124,11 +124,9 @@ of which this module provides three different variants: .. attribute:: MessageClass - .. index:: single: Message (in module mimetools) - - Specifies a :class:`rfc822.Message`\ -like class to parse HTTP headers. - Typically, this is not overridden, and it defaults to - :class:`mimetools.Message`. + Specifies an :class:`email.message.Message`\ -like class to parse HTTP + headers. Typically, this is not overridden, and it defaults to + :class:`http.client.HTTPMessage`. .. attribute:: responses |