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
ff9ca5e3
Commit
ff9ca5e3
authored
Aug 31, 2005
by
Walter Dörwald
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SF bug #1277016: Turn sentence fragment into a complete sentence.
parent
be5615ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/lib/liburlparse.tex
Doc/lib/liburlparse.tex
+3
-3
No files found.
Doc/lib/liburlparse.tex
View file @
ff9ca5e3
...
...
@@ -69,9 +69,9 @@ This is similar to \function{urlparse()}, but does not split the
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}
...
...
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