Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
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 Split : URL « Network « Python
Python
Network
URL
URL Split
import
urlparse print urlparse.urlsplit('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 join
3.
URL unsplit
4.
URL unsplit and split
5.
Open a URL and read a web page
6.
URL open and read