HaveF / feedparser

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

Upgrade to BeautifulSoup 4 #372

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Feedparser currently uses BeautifulSoup 3.2. But now that there is a new 
version, BS4, which is better and faster, it would be nice if FeedParser 
supports the new version as well so we don't have to include both version of 
BeautifulSoup in our projects.

Original issue reported on code.google.com by wal...@ninua.com on 24 Aug 2012 at 4:57

GoogleCodeExporter commented 9 years ago
I'm planning on removing the BeautifulSoup dependency from feedparser 
completely. It slows parsing with no discernible benefit.

http://kurtmckee.livejournal.com/42497.html

Original comment by kurtmckee on 19 Nov 2012 at 3:35

GoogleCodeExporter commented 9 years ago
Good to hear. No dependency is even better. Thanks.

Original comment by wal...@ninua.com on 19 Nov 2012 at 5:35