]> granicus.if.org Git - python/commitdiff
Fix and add reference to urllib.urlencode for parse_qsl? functions.
authorBrett Cannon <bcannon@gmail.com>
Tue, 13 May 2003 02:50:36 +0000 (02:50 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 13 May 2003 02:50:36 +0000 (02:50 +0000)
Doc/lib/libcgi.tex

index 38798d479f72466bb5a2be2aabf48465de105eca..67e93b4d6324833d8d28a162f79b6d33c17be46e 100644 (file)
@@ -331,6 +331,10 @@ The optional argument \var{strict_parsing} is a flag indicating what
 to do with parsing errors.  If false (the default), errors
 are silently ignored.  If true, errors raise a ValueError
 exception.
+
+Use the \function{\refmodule{urllib}.urlencode()} function to convert
+such dictionaries into query strings.
+
 \end{funcdesc}
 
 \begin{funcdesc}{parse_qsl}{qs\optional{, keep_blank_values\optional{,
@@ -352,7 +356,7 @@ to do with parsing errors.  If false (the default), errors
 are silently ignored.  If true, errors raise a ValueError
 exception.
 
-Use the \function{\refmodule{cgi}.urlencode()} function to convert
+Use the \function{\refmodule{urllib}.urlencode()} function to convert
 such lists of pairs into query strings.
 \end{funcdesc}