Mega Code Archive

 
Categories / Python / Network
 

URL unsplit and split

import urlparse print urlparse.urlunsplit(urlparse.urlsplit('http://www.rntsoft.com/path/a?'))