Posted on Nov 4, 2013 by
Quick Hippo
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.
Status: New
Labels:
Type-Defect
Priority-Medium