BelgianBiodiversityPlatform / python-dwca-reader

🐍 A Python package to read Darwin Core Archive (DwC-A) files.
BSD 3-Clause "New" or "Revised" License
43 stars 21 forks source link

Update to BeautifulSoup v4 #6

Closed niconoe closed 10 years ago

niconoe commented 11 years ago

It's the currently suggested version: faster, compatible with Python 3, ...

niconoe commented 11 years ago

Hmmmm... We delay this, because the following bug is present in BS 4.1.3 : https://bugs.launchpad.net/beautifulsoup/+bug/1065617

It's fixed in trunk, but installing BS4 trunk from launchpad is harder than it should. Let's wail for some 4.1.4 release.

Good update doc: http://www.crummy.com/software/BeautifulSoup/bs4/doc/ section "Porting code to BS4"