python for comparing url path

26

>>> from urllib.parse import urlparse
>>> o = urlparse('http://www.cwi.nl:80/%7Eguido/Python.html')

Comments

Submit
0 Comments