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
be260101
Commit
be260101
authored
Jul 22, 1998
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# Oops, correct Latex errors.
parent
0af2f630
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/lib/liburllib.tex
Doc/lib/liburllib.tex
+2
-2
No files found.
Doc/lib/liburllib.tex
View file @
be260101
...
@@ -94,8 +94,8 @@ required for unquoting HTML form values.
...
@@ -94,8 +94,8 @@ required for unquoting HTML form values.
Convert a dictionary to a ``url-encoded'' string, suitable to pass to
Convert a dictionary to a ``url-encoded'' string, suitable to pass to
\function
{
urlopen()
}
above as the optional
\var
{
data
}
argument. This
\function
{
urlopen()
}
above as the optional
\var
{
data
}
argument. This
is useful to pass a dictionary of form fields to a
\code
{
POST
}
is useful to pass a dictionary of form fields to a
\code
{
POST
}
request. The resulting string is a series of
\var
{
key
}
=
\var
{
value
}
request. The resulting string is a series of
\var
{
key
}
\code
{
=
}
\var
{
value
}
pairs separated by
\code
{&}
characters, where both
\var
{
key
}
and
pairs separated by
\code
{
\
&
}
characters, where both
\var
{
key
}
and
\var
{
value
}
are quoted using
\function
{
quote
_
plus()
}
above.
\var
{
value
}
are quoted using
\function
{
quote
_
plus()
}
above.
\end{funcdesc}
\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