Message 85579 - Python tracker (original) (raw)

Message85579

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:00 ocean-city set recipients: + ocean-city, georg.brandl
2009-04-05 22:24:00 ocean-city set messageid: 1238970240.42.0.00430283210892.issue5703@psf.upfronthosting.co.za
2009-04-05 22:23:59 ocean-city link issue5703 messages
2009-04-05 22:23:58 ocean-city create