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 ocean-city
Recipients georg.brandl, ocean-city
Date 2009-04-05.22:23:58
SpamBayes Score 0.013128233
Marked as misclassified No
Message-id <1238970240.42.0.00430283210892.issue5703@psf.upfronthosting.co.za>
In-reply-to
Content
See http://docs.python.org/library/email.mime.html

Inside MIMEApplication documentation, link to MIMEApplication is enabled
but link to MIMENonMultipart is disabled. This happens because
MIMENonMultipart is not in email.mime.application (specified by
currentmodule directive). Is this sphinx bug? Or should MIMENonMultipart
be written in full name like email.mime.nonmultipart.MIMENonMultipart?
History
Date User Action Args
2009-04-05 22:24:00ocean-citysetrecipients: + ocean-city, georg.brandl
2009-04-05 22:24:00ocean-citysetmessageid: <1238970240.42.0.00430283210892.issue5703@psf.upfronthosting.co.za>
2009-04-05 22:23:59ocean-citylinkissue5703 messages
2009-04-05 22:23:58ocean-citycreate