diff options
| author | Guido van Rossum <guido@python.org> | 1995-02-28 17:14:32 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1995-02-28 17:14:32 +0000 |
| commit | 8675115e5f55e69fdb30ebba95e7a6a5216e133c (patch) | |
| tree | d09dfc7242177a6061808ab9866d418efbeea0ed /Doc/lib/liburlparse.tex | |
| parent | e4be9be99a7fb0f30e57803fda355321f64b0b05 (diff) | |
| download | cpython-git-8675115e5f55e69fdb30ebba95e7a6a5216e133c.tar.gz | |
a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter
Diffstat (limited to 'Doc/lib/liburlparse.tex')
| -rw-r--r-- | Doc/lib/liburlparse.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/liburlparse.tex b/Doc/lib/liburlparse.tex index 84954379ec..6fa2a37415 100644 --- a/Doc/lib/liburlparse.tex +++ b/Doc/lib/liburlparse.tex @@ -6,6 +6,8 @@ \indexii{URL}{parsing} \indexii{relative}{URL} +\renewcommand{\indexsubitem}{(in module urlparse)} + This module defines a standard interface to break URL strings up in components (addessing scheme, network location, path etc.), to combine the components back into a URL string, and to convert a ``relative |
