changeset: 79223:2a14542371b7 parent: 79221:f1094697d7dc parent: 79222:be94d100f846 user: R David Murray date: Fri Sep 28 15:10:12 2012 -0400 description: Merge #16071: fix links to email.message.Message in mailbox docs. diff -r f1094697d7dc -r 2a14542371b7 Doc/library/mailbox.rst --- a/Doc/library/mailbox.rst Fri Sep 28 17:17:11 2012 +0200 +++ b/Doc/library/mailbox.rst Fri Sep 28 15:10:12 2012 -0400 @@ -757,11 +757,12 @@ .. class:: Message(message=None) - A subclass of the :mod:`email.Message` module's :class:`Message`. Subclasses of - :class:`mailbox.Message` add mailbox-format-specific state and behavior. + A subclass of the :mod:`email.message` module's + :class:`~email.message.Message`. Subclasses of :class:`mailbox.Message` add + mailbox-format-specific state and behavior. If *message* is omitted, the new instance is created in a default, empty state. - If *message* is an :class:`email.Message.Message` instance, its contents are + If *message* is an :class:`email.message.Message` instance, its contents are copied; furthermore, any format-specific information is converted insofar as possible if *message* is a :class:`Message` instance. If *message* is a string, a byte string,

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