New submission from Chris Jerdonek: > Date: Thu, 13 Sep 2012 00:28:20 -0700 > To: d...@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 ) ---------- assignee: docs@python components: Documentation keywords: easy messages: 171403 nosy: barry, chris.jerdonek, docs@python, r.david.murray priority: normal severity: normal stage: needs patch status: open title: fix link to email.message.Message in mailbox docs type: enhancement versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16071> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com