grass icon indicating copy to clipboard operation
grass copied to clipboard

utils: Remove HTMLParseError

Open wenzeslaus opened this issue 3 years ago • 0 comments
trafficstars

HTMLParseError is just an alias for Exception. There is no HTMLParseError in Python 3. The error reporting fails because of access to attributes.

This clears up so far the error reporting, but it needs complete removal of HTMLParseError. Further considerations about strict and non-strict parsing may be needed.

wenzeslaus avatar Aug 14 '22 05:08 wenzeslaus