Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
0308ff86
Commit
0308ff86
authored
Aug 25, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add reference to RFC 2396 in "See also" section.
Minor cleanups.
parent
21801de6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
Doc/lib/liburlparse.tex
Doc/lib/liburlparse.tex
+11
-6
No files found.
Doc/lib/liburlparse.tex
View file @
0308ff86
\section
{
\module
{
urlparse
}
---
\section
{
\module
{
urlparse
}
---
Parse URLs into components
.
}
Parse URLs into components
}
\declaremodule
{
standard
}{
urlparse
}
\declaremodule
{
standard
}{
urlparse
}
\modulesynopsis
{
Parse URLs into components.
}
\modulesynopsis
{
Parse URLs into components.
}
...
@@ -11,10 +11,11 @@
...
@@ -11,10 +11,11 @@
\indexii
{
relative
}{
URL
}
\indexii
{
relative
}{
URL
}
This module defines a standard interface to break URL strings up in
This module defines a standard interface to break Uniform Resource
components (addressing scheme, network location, path etc.), to combine
Locator (URL) strings up in components (addressing scheme, network
the components back into a URL string, and to convert a ``relative
location, path etc.), to combine the components back into a URL
URL'' to an absolute URL given a ``base URL.''
string, and to convert a ``relative URL'' to an absolute URL given a
``base URL.''
The module has been designed to match the Internet RFC on Relative
The module has been designed to match the Internet RFC on Relative
Uniform Resource Locators (and discovered a bug in an earlier
Uniform Resource Locators (and discovered a bug in an earlier
...
@@ -80,7 +81,7 @@ yields the string
...
@@ -80,7 +81,7 @@ yields the string
\begin{verbatim}
\begin{verbatim}
'http://www.cwi.nl/
%7Eguido/FAQ.html'
'http://www.cwi.nl/
%7Eguido/FAQ.html'
\end{verbatim}
\end{verbatim}
%
The
\var
{
allow
_
fragments
}
argument has the same meaning as for
The
\var
{
allow
_
fragments
}
argument has the same meaning as for
\code
{
urlparse()
}
.
\code
{
urlparse()
}
.
\end{funcdesc}
\end{funcdesc}
...
@@ -95,4 +96,8 @@ The \var{allow_fragments} argument has the same meaning as for
...
@@ -95,4 +96,8 @@ The \var{allow_fragments} argument has the same meaning as for
absolute and a relative URL, including a fair normal of
absolute and a relative URL, including a fair normal of
``Abnormal Examples'' which govern the treatment of border
``Abnormal Examples'' which govern the treatment of border
cases.
}
cases.
}
\seerfc
{
2396
}{
Uniform Resource Identifiers (URI): Generic Syntax
}{
Document describing the generic syntactic requirements for
both Uniform Resource Names (URNs) and Uniform Resource
Locators (URLs).
}
\end{seealso}
\end{seealso}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment