|
But why would it still work on some books?
I remember the switchover to Python 3 years ago breaking everything, but what changed this time? Is there anything I can do about it?
It looks like Python v14.3.1 added a "scripting" parameter to html.parser.HTMLParser last December. But it also says it has a default value, so shouldn't be needed.
I'm not fluent in Python, but if that's the order of the traceback, the bug is in html\parser.py, which I don't see packaged inside ENF. Wouldn't that make it a global system file?
|