changeset: 74678:690d5978bd21 branch: 2.7 parent: 74675:4c6662090870 user: Georg Brandl date: Sun Jan 29 15:38:47 2012 +0100 files: Doc/library/email.parser.rst description: Fix #13900: resolve self-referential description of a parameter. diff -r 4c6662090870 -r 690d5978bd21 Doc/library/email.parser.rst --- a/Doc/library/email.parser.rst Sat Jan 28 20:33:21 2012 -0500 +++ b/Doc/library/email.parser.rst Sun Jan 29 15:38:47 2012 +0100 @@ -135,7 +135,9 @@ data or by a blank line. Following the header block is the body of the message (which may contain MIME-encoded subparts). - Optional *headersonly* is as with the :meth:`parse` method. + Optional *headersonly* is a flag specifying whether to stop parsing after + reading the headers or not. The default is ``False``, meaning it parses + the entire contents of the file. .. versionchanged:: 2.2.2 The *headersonly* flag was added. @@ -148,9 +150,7 @@ equivalent to wrapping *text* in a :class:`StringIO` instance first and calling :meth:`parse`. - Optional *headersonly* is a flag specifying whether to stop parsing after - reading the headers or not. The default is ``False``, meaning it parses - the entire contents of the file. + Optional *headersonly* is as with the :meth:`parse` method. .. versionchanged:: 2.2.2 The *headersonly* flag was added.

AltStyle によって変換されたページ (->オリジナル) /