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 georg.brandl
Recipients georg.brandl, gustavo
Date 2008-01-06.17:46:32
SpamBayes Score 0.0009801752
Marked as misclassified No
Message-id <1199641593.8.0.0387198662423.issue1715@psf.upfronthosting.co.za>
In-reply-to
Content
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
)
History
Date User Action Args
2008-01-06 17:46:33georg.brandlsetspambayes_score: 0.000980175 -> 0.0009801752
recipients: + georg.brandl, gustavo
2008-01-06 17:46:33georg.brandlsetspambayes_score: 0.000980175 -> 0.000980175
messageid: <1199641593.8.0.0387198662423.issue1715@psf.upfronthosting.co.za>
2008-01-06 17:46:32georg.brandllinkissue1715 messages
2008-01-06 17:46:32georg.brandlcreate