Robuta

Sponsor of the Day: Jerkmate
https://bugs.launchpad.net/beautifulsoup Bugs : Beautiful Soup bugs beautifulsoup https://bugs.launchpad.net/beautifulsoup/+bug/2144366 Bug #2144366 “deprecate cchardet” : Bugs : Beautiful Soup hello for charset detection, bs4 relies first on cchardet, then chardet and finally charset-normaliser cchardet is abandoned : last released in October 2020,... bugs beautifulsoup https://bugs.launchpad.net/beautifulsoup/+bug/2140924 Bug #2140924 “IndexError when appending an empty soup to an empt...” : Bugs : Beautiful Soup This seems to be a regression from bug=2093025 introduced in 4.13.0. This code: ```python from bs4 import BeautifulSoup soup = BeautifulSoup( bugs beautifulappendingemptysoup