[pyar] Join URL's

Esteban Kuber ekuber en gmail.com
Mar Oct 12 12:22:33 ART 2010


http://docs.python.org/library/urlparse.html#urlparse.urljoin ?

>>> from urlparse import urljoin
>>> urljoin('http://www.cwi.nl/%7Eguido/Python.html', 'FAQ.html')
'http://www.cwi.nl/%7Eguido/FAQ.html'



More information about the pyar mailing list