[New-bugs-announce] [issue11686] Update of some email/ __all__ lists

Steffen Daode Nurpmeso report at bugs.python.org
Sat Mar 26 18:15:41 CET 2011


New submission from Steffen Daode Nurpmeso <sdaoden at googlemail.com>:

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?)

----------
components: Library (Lib)
files: __all__.diff
keywords: patch
messages: 132254
nosy: r.david.murray, sdaoden
priority: normal
severity: normal
status: open
title: Update of some email/ __all__ lists
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file21411/__all__.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11686>
_______________________________________


More information about the New-bugs-announce mailing list