This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients barry, chris.jerdonek, docs@python, r.david.murray
Date 2012-09-28.03:21:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348802488.29.0.674477031086.issue16071@psf.upfronthosting.co.za>
In-reply-to
Content
> Date: Thu, 13 Sep 2012 00:28:20 -0700
> To: docs@python.org
> Subject: [docs] Bug in documentation for mailbox module
>
> I think I may have found a minor bug in the documentation for the
> mailbox module, at:
>
> http://docs.python.org/library/mailbox.html
>
> Right at the beginning of section 18.4.2. ("Message objects"), when
> describing the mailbox.Message class, is the following:
>
> "A subclass of the email.Message module?s *Message*. Subclasses of
> mailbox.Message add mailbox-format-specific state and behavior."
>
> The word "Message" indicated above with asterisks is a hyperlink to:
>
> http://docs.python.org/library/mailbox.html#mailbox.Message
>
> I think it should instead link to:
>
> http://docs.python.org/library/email.message.html#email.message.Message

(from: http://mail.python.org/pipermail/docs/2012-September/010520.html )
History
Date User Action Args
2012-09-28 03:21:28chris.jerdoneksetrecipients: + chris.jerdonek, barry, r.david.murray, docs@python
2012-09-28 03:21:28chris.jerdoneksetmessageid: <1348802488.29.0.674477031086.issue16071@psf.upfronthosting.co.za>
2012-09-28 03:21:27chris.jerdoneklinkissue16071 messages
2012-09-28 03:21:27chris.jerdonekcreate