trungn1992 / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

Using FeedParser causes incompatibility with Python 2.3 #298

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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