Skip to content

2to3 handler.py#60

Open
momenbasel wants to merge 1 commit into
nahamsec:masterfrom
momenbasel:patch-1
Open

2to3 handler.py#60
momenbasel wants to merge 1 commit into
nahamsec:masterfrom
momenbasel:patch-1

Conversation

@momenbasel
Copy link
Copy Markdown

making it compatible with python3:
-cgi.escape() has been removed in python 3.8. use html.escape() instead.

  • The urlparse module is renamed to urllib.parse in Python 3.

making it compatible with python3:
  -cgi.escape() has been removed in python 3.8. use html.escape() instead.
  - The urlparse module is renamed to urllib.parse in Python 3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant