Open FriedrichFroebel opened 2 months ago
This is a bug in beautifulsoup4 which has been fixed, but is unreleased. Upstream references: https://bugs.launchpad.net/beautifulsoup/+bug/2076897 https://git.launchpad.net/beautifulsoup/commit/?id=9786a62726de5a8caba10021c4d4a58c8a3e9e3f
I am going to keep this open until I have verified that a new release of beautifulsoup4 has been pushed to PyPI which includes this fix.
Running the tests yields a warning from
lxml
about thestrip_cdata
parameter. I am not aware that I am using it anywhere, thus it should be debugged where it is coming from to get rid of the warning.