Reduce warning count from partparse.py.

This commit is contained in:
Fred Drake 1997-12-29 19:09:37 +00:00
parent c416445d7e
commit 6884e3b94b
2 changed files with 2 additions and 4 deletions

View file

@ -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: