mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
merge from 3.3. Minor urllib.parse.rst docs fix.
This commit is contained in:
commit
65870835a0
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ or on combining URL components into a URL string.
|
|||
ParseResult(scheme='', netloc='www.cwi.nl:80', path='/%7Eguido/Python.html',
|
||||
params='', query='', fragment='')
|
||||
>>> urlparse('www.cwi.nl/%7Eguido/Python.html')
|
||||
ParseResult(scheme='', netloc='', path='www.cwi.nl:80/%7Eguido/Python.html',
|
||||
ParseResult(scheme='', netloc='', path='www.cwi.nl/%7Eguido/Python.html',
|
||||
params='', query='', fragment='')
|
||||
>>> urlparse('help/Python.html')
|
||||
ParseResult(scheme='', netloc='', path='help/Python.html', params='',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue