Closed Bankde closed 5 years ago
Issue: cgi escape will be deprecated soon. https://github.com/GerbenJavado/LinkFinder/issues/49 Solution: Replace cgi.escape with html.escape Info: https://wiki.python.org/moin/EscapingHtml
Compatibility: Test and work fine on Python2.7.15, Python3.6.7 and Python3.7.3
Thank you, @Bankde.
Issue: cgi escape will be deprecated soon. https://github.com/GerbenJavado/LinkFinder/issues/49 Solution: Replace cgi.escape with html.escape Info: https://wiki.python.org/moin/EscapingHtml
Compatibility: Test and work fine on Python2.7.15, Python3.6.7 and Python3.7.3