coleifer / micawber

a small library for extracting rich content from urls
http://micawber.readthedocs.org/
MIT License
632 stars 91 forks source link

Python3 #23

Closed carljm closed 11 years ago

carljm commented 11 years ago

This pull request adds compatibility with Python 3. Also adds compatibility with beautifulsoup4, which is the only version of BeautifulSoup that is Python 3 compatible.

Tests pass on Python 2.6, 2.7, 3.2, and 3.3, against Django 1.3.7, 1.4.5, 1.5.1, and 1.6a1, and against BeautifulSoup 3.2.1 and beautifulsoup4 4.2.1.

coleifer commented 11 years ago

LGTM, thanks for submitting and for all the work here. I really appreciate it.

carljm commented 11 years ago

No problem; thanks for the fast review and merge!