mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Reduce warning count from partparse.py.
This commit is contained in:
parent
c416445d7e
commit
6884e3b94b
2 changed files with 2 additions and 4 deletions
|
|
@ -20,8 +20,7 @@ draft!).
|
|||
|
||||
It defines the following functions:
|
||||
|
||||
\begin{funcdesc}{urlparse}{urlstring\optional{\,
|
||||
default_scheme\optional{\, allow_fragments}}}
|
||||
\begin{funcdesc}{urlparse}{urlstring\optional{, default_scheme\optional{, allow_fragments}}}
|
||||
Parse a URL into 6 components, returning a 6-tuple: (addressing
|
||||
scheme, network location, path, parameters, query, fragment
|
||||
identifier). This corresponds to the general structure of a URL:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue