Home
Python
2D
Application
Buildin Function
Class
Data Structure
Data Type
Database
Development
Dictionary
Event
Exception
File
Function
GUI Pmw
GUI Tk
Language Basics
List
Math
Network
String
System
Thread
Tuple
Utility
XML
URL join : URL « Network « Python
Python
Network
URL
URL join
import
urlparse print urlparse.urljoin('http:
//somehost.com/', '../other/path')
Related examples in the same category
1.
Split up a URL of the form http://www.something.com
2.
URL Split
3.
URL unsplit
4.
URL unsplit and split
5.
Open a URL and read a web page
6.
URL open and read