[Python-checkins] python/dist/src/Doc/lib liburlparse.tex,1.20,1.21

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 16 Oct 2002 13:07:58 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv17212

Modified Files:
	liburlparse.tex 
Log Message:
Document urldefrag().


Index: liburlparse.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liburlparse.tex,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** liburlparse.tex	16 Nov 2001 03:22:15 -0000	1.20
--- liburlparse.tex	16 Oct 2002 20:07:54 -0000	1.21
***************
*** 106,109 ****
--- 106,116 ----
  \end{funcdesc}
  
+ \begin{funcdesc}{urldefrag}{url}
+ If \var{url} contains a fragment identifier, returns a modified
+ version of \var{url} with no fragment identifier, and the fragment
+ identifier as a separate string.  If there is no fragment identifier
+ in \var{url}, returns \var{url} unmodified and an empty string.
+ \end{funcdesc}
+ 
  
  \begin{seealso}