Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider upgrading to beautifulsoup4 #788

Closed
joachimmetz opened this issue Jan 15, 2019 · 2 comments
Closed

Consider upgrading to beautifulsoup4 #788

joachimmetz opened this issue Jan 15, 2019 · 2 comments
Assignees

Comments

@joachimmetz
Copy link
Member

joachimmetz commented Jan 15, 2019

While working on packaging BeautifulSoup 3.2.1 for GIFT PPA, a Python 3 build fails on the tests (due to usage of print without parenthesis) consider upgrading to beautifulsoup4 (also seeing that BeautifulSoup 3 is marked as obsolete)

https://pypi.org/project/BeautifulSoup/

@kiddinn kiddinn self-assigned this Jan 23, 2019
@kiddinn
Copy link
Contributor

kiddinn commented Jan 23, 2019

There is the first step in removing it done in #796 , making it possible to run both in the client.

Once this is checked in, I'll start making changes to the rest of the codebase to just remove v3 in favor of v4, there are few API changes that need to be made in order for this to work.

@kiddinn
Copy link
Contributor

kiddinn commented Jan 25, 2019

This is done now...

@kiddinn kiddinn closed this as completed Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants