[issue1715] Make pydoc list submodules

Georg Brandl report at bugs.python.org
Sun Jan 6 18:46:33 CET 2008


Georg Brandl added the comment:

This patch duplicates entries for "package contents" and "submodules";
this is not good. (E.g. for help(email):

NAME
    email - A package for parsing, handling, and generating email messages.

FILE
    /home/gbr/devel/python/Lib/email/__init__.py

PACKAGE CONTENTS
    _parseaddr
    base64mime
    charset
    encoders
    errors
    feedparser
    generator
    header
    iterators
    message
    mime (package)
    parser
    quoprimime
    test (package)
    utils

SUBMODULES
    _parseaddr
    base64mime
    charset
    email
    encoders
    errors
    feedparser
    generator
    header
    iterators
    message
    mime
    parser
    quoprimime
    sys
    utils
)

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1715>
__________________________________


More information about the Python-bugs-list mailing list