You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.
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/
The text was updated successfully, but these errors were encountered: