URL unsplit : URL « Network « Python






URL unsplit

URL unsplit
 
import urlparse

print urlparse.urlunsplit(('http','www.python.org:80', '/faq.cgi','src=fie',''))


           
         
  








Related examples in the same category

1.Split up a URL of the form http://www.something.com
2.URL joinURL join
3.URL SplitURL Split
4.URL unsplit and splitURL unsplit and split
5.Open a URL and read a web page
6.URL open and read