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 sdaoden
Recipients r.david.murray, sdaoden
Date 2011-03-26.17:15:40
SpamBayes Score 0.016034994
Marked as misclassified No
Message-id <1301159741.4.0.853509960092.issue11686@psf.upfronthosting.co.za>
In-reply-to
Content
This patch adds some BytesXy classes to some __all__[]
exporters.

(Still don't know why i can
    import email
    x = email.feedparser.Xy()
but not
    import email
    x = email.parser.Xy()
Is there any reason for that?)
History
Date User Action Args
2011-03-26 17:15:41sdaodensetrecipients: + sdaoden, r.david.murray
2011-03-26 17:15:41sdaodensetmessageid: <1301159741.4.0.853509960092.issue11686@psf.upfronthosting.co.za>
2011-03-26 17:15:40sdaodenlinkissue11686 messages
2011-03-26 17:15:40sdaodencreate