SyntaxFix
Write A Post
Hire A Developer
Questions
urllib went through some changes in Python3 and can now be imported from the parse submodule
>>> from urllib.parse import quote >>> quote('"') '%22'