From: Fred Drake Date: Mon, 29 Dec 1997 19:09:37 +0000 (+0000) Subject: Reduce warning count from partparse.py. X-Git-Tag: v1.5~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6884e3b94b228d1f4266a52ffef5a5fef99a5fb6;p=thirdparty%2FPython%2Fcpython.git Reduce warning count from partparse.py. --- diff --git a/Doc/lib/liburlparse.tex b/Doc/lib/liburlparse.tex index 76fd9f826341..bfd1c0d50062 100644 --- a/Doc/lib/liburlparse.tex +++ b/Doc/lib/liburlparse.tex @@ -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: diff --git a/Doc/liburlparse.tex b/Doc/liburlparse.tex index 76fd9f826341..bfd1c0d50062 100644 --- a/Doc/liburlparse.tex +++ b/Doc/liburlparse.tex @@ -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: