HaveF / feedparser

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

Use Beautiful Soup 4 #386

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
feedparser currently has optional support for old Beautiful Soup 3. I suggest 
to port feedparser to Beautiful Soup 4, which is actively maintained and has 
proper support for Python 3.

http://www.crummy.com/software/BeautifulSoup/
http://www.crummy.com/software/BeautifulSoup/bs4/doc/
http://pypi.python.org/pypi/beautifulsoup4

Original issue reported on code.google.com by Arfrever...@gmail.com on 18 Dec 2012 at 12:53

GoogleCodeExporter commented 9 years ago
I intend to strip BeautifulSoup support from feedparser entirely.

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

Original comment by kurtmckee on 18 Dec 2012 at 3:14