fedora-infra / pkgwat.api

Python API for querying the Fedora Packages webapp
http://pkgwat.rtfd.org
Other
9 stars 9 forks source link

HTMLParseError is deprecated #27

Open QuLogic opened 7 years ago

QuLogic commented 7 years ago

See https://docs.python.org/3.3/library/html.parser.html#html.parser.HTMLParseError; HTMLParseError is both deprecated and removed in 3.5, which means its use in pkgwat/api/utils.py causes an AttributeError.

Though the actual reason for the error is that MLStripper does not call super...