facelessuser/ExportHtml

Compatibility with python 3.8

Opened this issue · 2 comments

The verbose argument of namedtuble function has been removed in python 3.7

The explicit use of it therefore causes the plugin to fail loading on ST's python 3.8 plugin host.

see:

As it defaults to False it is safe to be removed from in favor of "forward" compatibility with ST4.

Yeah, it isn't even needed. I'm not quite sure why I thought it was.

I actually already have it removed locally as I was prepping the library to use the new coloraide version and cleaned up such things.

So this will be removed as I update mdpopups with the latest coloraide (ExportHtml just uses the vendored coloraide in mdpopups).