[Python-checkins] python/dist/src/Doc/lib libcgi.tex,1.35.4.3,1.35.4.4 liburllib.tex,1.40.8.2,1.40.8.3

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
2003年4月24日 09:25:12 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv31639/lib
Modified Files:
 Tag: release22-maint
	libcgi.tex liburllib.tex 
Log Message:
Add cross-references between urllib.urlencode() and cgi.parse_qs[l]().
Closes SF bug #724751.
Index: libcgi.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcgi.tex,v
retrieving revision 1.35.4.3
retrieving revision 1.35.4.4
diff -C2 -d -r1.35.4.3 -r1.35.4.4
*** libcgi.tex	23 Aug 2002 21:20:11 -0000	1.35.4.3
--- libcgi.tex	24 Apr 2003 16:25:07 -0000	1.35.4.4
***************
*** 352,355 ****
--- 352,358 ----
 are silently ignored. If true, errors raise a ValueError
 exception.
+ 
+ Use the \function{\refmodule{cgi}.urlencode()} function to convert
+ such lists of pairs into query strings.
 \end{funcdesc}
 
Index: liburllib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liburllib.tex,v
retrieving revision 1.40.8.2
retrieving revision 1.40.8.3
diff -C2 -d -r1.40.8.2 -r1.40.8.3
*** liburllib.tex	24 Apr 2003 02:46:34 -0000	1.40.8.2
--- liburllib.tex	24 Apr 2003 16:25:07 -0000	1.40.8.3
***************
*** 184,187 ****
--- 184,190 ----
 order of parameters in the encoded string will match the order of parameter
 tuples in the sequence.
+ The \refmodule{cgi} module provides the functions
+ \function{parse_qs()} and \function{parse_qsl()} which are used to
+ parse query strings into Python data structures.
 \end{funcdesc}
 

AltStyle によって変換されたページ (->オリジナル) /