[issue17431] email.parser module has no attribute BytesFeedParser

2013-03-15 Thread R. David Murray
R. David Murray added the comment: Thanks, Edmond. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed type: -> behavior ___ Python tracker

[issue17431] email.parser module has no attribute BytesFeedParser

2013-03-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4e6cf15e55c1 by R David Murray in branch '3.2': #17431: Fix missing import of BytesFeedParser in email.parser. http://hg.python.org/cpython/rev/4e6cf15e55c1 New changeset 45f6925906bf by R David Murray in branch '3.3': Merge: #17431: Fix missing imp

[issue17431] email.parser module has no attribute BytesFeedParser

2013-03-15 Thread Edmond Burnett
Changes by Edmond Burnett : -- keywords: +patch Added file: http://bugs.python.org/file29421/issue17431_3.4.patch ___ Python tracker ___ _

[issue17431] email.parser module has no attribute BytesFeedParser

2013-03-15 Thread Edmond Burnett
Edmond Burnett added the comment: Working on a patch for this. -- nosy: +edmond.burnett ___ Python tracker ___ ___ Python-bugs-list ma

[issue17431] email.parser module has no attribute BytesFeedParser

2013-03-15 Thread R. David Murray
R. David Murray added the comment: Thanks for the report. -- keywords: +easy stage: -> needs patch versions: +Python 3.4 ___ Python tracker ___ _

[issue17431] email.parser module has no attribute BytesFeedParser

2013-03-15 Thread Forest Wilkinson
New submission from Forest Wilkinson: The docs claim that email.parser.BytesFeedParser exists, but it doesn't. Looks like email.feedparser.FeedParser is imported into the email.parser module, but someone forgot to do the same for BytesFeedParser. -- components: email messages: 184247