PlainTasks
PlainTasks copied to clipboard
CGI module is deprecated and will no longer be available in python 3.13 environments
HTML exports relies on cgi.excape() to escape html content.
As cgi module is no longer part of python 3.13, it needs to be replaced to maintain compatibility with future ST versions.
The whole function itself however got rather useless due to lack of support for .sublime-color-scheme format.