New submission from Hirokazu Yamamoto <ocean-c...@m2.ccsnet.ne.jp>: 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? ---------- assignee: georg.brandl components: Documentation messages: 85579 nosy: georg.brandl, ocean-city severity: normal status: open title: inside *currentmodule* some links is disabled versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5703> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com