Because of importing email.FeedParser, the library is incompatible with Python
2.3 which is still declared as supported.
Tested with Python 2.3.5 on Windows 7. According to Python documentation,
FeedParser is a new feature in Python 2.4, so it probably wouldn't work on any
platform.
I would recommend either to use email.Parser instead, or drop the compatibility
with Python 2.3.
Original issue reported on code.google.com by ondra...@gmail.com on 4 Nov 2013 at 9:57
Original issue reported on code.google.com by
ondra...@gmail.com
on 4 Nov 2013 at 9:57