[Python-checkins] python/dist/src/Doc/lib liburlparse.tex, 1.22, 1.22.20.1

doerwalter@users.sourceforge.net doerwalter at users.sourceforge.net
Wed Aug 31 13:05:11 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30760/Doc/lib

Modified Files:
      Tag: release24-maint
	liburlparse.tex 
Log Message:
Backport checkin:
SF bug #1277016: Turn sentence fragment into a complete sentence.


Index: liburlparse.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liburlparse.tex,v
retrieving revision 1.22
retrieving revision 1.22.20.1
diff -u -d -r1.22 -r1.22.20.1
--- liburlparse.tex	17 Oct 2002 19:23:43 -0000	1.22
+++ liburlparse.tex	31 Aug 2005 11:05:01 -0000	1.22.20.1
@@ -69,9 +69,9 @@
 params from the URL.  This should generally be used instead of
 \function{urlparse()} if the more recent URL syntax allowing
 parameters to be applied to each segment of the \var{path} portion of
-the URL (see \rfc{2396}).  A separate function is needed to separate
-the path segments and parameters.  This function returns a 5-tuple:
-(addressing scheme, network location, path, query, fragment
+the URL (see \rfc{2396}) is wanted.  A separate function is needed to
+separate the path segments and parameters.  This function returns a
+5-tuple: (addressing scheme, network location, path, query, fragment
 identifier).
 \versionadded{2.2}
 \end{funcdesc}



More information about the Python-checkins mailing list