[issue11686] Update of some email/ __all__ lists

2012-03-19 Thread Steffen Daode Nurpmeso
Steffen Daode Nurpmeso sdao...@googlemail.com added the comment: R. David Murray wrote [2012-03-17 03:51+0100]: Thanks for the patch, Steffen. Warm wink to the cleanroom-squatters! (I count this as the promised petit glass of red wine.) --steffen Forza Figa! --

[issue11686] Update of some email/ __all__ lists

2012-03-16 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 63a6d35fcac8 by R David Murray in branch '3.2': #11686: add missing entries to email __all__ lists. http://hg.python.org/cpython/rev/63a6d35fcac8 New changeset 561fc3b4cc2a by R David Murray in branch 'default':

[issue11686] Update of some email/ __all__ lists

2012-03-16 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 32d3ecacdabf by R David Murray in branch '3.2': #11686: news entry. http://hg.python.org/cpython/rev/32d3ecacdabf New changeset 26c8c43dd774 by R David Murray in branch 'default': Merge #11686: news entry.

[issue11686] Update of some email/ __all__ lists

2011-09-17 Thread Steffen Daode Nurpmeso
Steffen Daode Nurpmeso sdao...@googlemail.com added the comment: Closing this... -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11686 ___

[issue11686] Update of some email/ __all__ lists

2011-09-17 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Why? The bug hasn't been fixed yet. -- assignee: - r.david.murray stage: - patch review status: closed - open versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org

[issue11686] Update of some email/ __all__ lists

2011-03-26 Thread Steffen Daode Nurpmeso
New submission from Steffen Daode Nurpmeso sdao...@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?)