[issue16071] fix link to email.message.Message in mailbox docs

2012-09-28 Thread Chris Jerdonek
Chris Jerdonek added the comment: It can take up to 24 hours for the changes to show up on the web site. They are regenerated at least once per day. -- ___ Python tracker ___ _

[issue16071] fix link to email.message.Message in mailbox docs

2012-09-28 Thread Tim Chase
Tim Chase added the comment: http://docs.python.org/library/mailbox.html#mailbox.Message still points to mailbox.Message instead of email.Message "A subclass of the email.Message module’s {bad link}Message{/bad link}" Not sure if this is a matter of changes that haven't yet been deployed, or j

[issue16071] fix link to email.message.Message in mailbox docs

2012-09-28 Thread Chris Jerdonek
Changes by Chris Jerdonek : -- assignee: chris.jerdonek -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue16071] fix link to email.message.Message in mailbox docs

2012-09-28 Thread R. David Murray
R. David Murray added the comment: Two words and a tilde. But there were also a number of other places where the links were broken. Hopefully I caught them all. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed __

[issue16071] fix link to email.message.Message in mailbox docs

2012-09-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset aad3cec524f9 by R David Murray in branch '2.7': #16071: fix email.message links in the mailbox docs. http://hg.python.org/cpython/rev/aad3cec524f9 -- ___ Python tracker

[issue16071] fix link to email.message.Message in mailbox docs

2012-09-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset be94d100f846 by R David Murray in branch '3.2': #16071: fix links to email.message.Message in mailbox docs. http://hg.python.org/cpython/rev/be94d100f846 New changeset 2a14542371b7 by R David Murray in branch 'default': Merge #16071: fix links to em

[issue16071] fix link to email.message.Message in mailbox docs

2012-09-28 Thread Chris Jerdonek
Changes by Chris Jerdonek : -- assignee: docs@python -> chris.jerdonek versions: +Python 3.2, Python 3.3 ___ Python tracker ___ ___ Py

[issue16071] fix link to email.message.Message in mailbox docs

2012-09-28 Thread Chris Jerdonek
Chris Jerdonek added the comment: > But the whole 18.4.2 is mount mailbox.Message But the first reference is a reference to email.Message's Message, so that word should link to email.Message.Message. Sphinx lets you to link to classes, etc. outside the current scope. It's a simple one word o

[issue16071] fix link to email.message.Message in mailbox docs

2012-09-28 Thread Kushal Das
Kushal Das added the comment: But the whole 18.4.2 is mount mailbox.Message so, it seems to be correct documentation. email.Message.Message is properly mentioned in the 4th line properly. I don't think it is bug. -- nosy: +kushaldas ___ Python track

[issue16071] fix link to email.message.Message in mailbox docs

2012-09-27 Thread Chris Jerdonek
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 >