From 98ef20d5e47c456552b87a911c1203571a06ad35 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 16 Oct 2002 20:07:54 +0000 Subject: [PATCH] Document urldefrag(). --- Doc/lib/liburlparse.tex | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Doc/lib/liburlparse.tex b/Doc/lib/liburlparse.tex index 8599d20543f..4819d3ce355 100644 --- a/Doc/lib/liburlparse.tex +++ b/Doc/lib/liburlparse.tex @@ -105,6 +105,13 @@ The \var{allow_fragments} argument has the same meaning as for \code{urlparse()}. \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} \seerfc{1738}{Uniform Resource Locators (URL)}{