mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Docs changed.
This commit is contained in:
parent
87082ee14d
commit
f0769e8bd0
4 changed files with 6 additions and 6 deletions
|
@ -666,7 +666,7 @@ Yes. Here's a simple example that uses urllib.request::
|
|||
'/cgi-bin/some-cgi-script', data=qs)
|
||||
msg, hdrs = req.read(), req.info()
|
||||
|
||||
Note that in general for URL-encoded POST operations, query strings must be
|
||||
Note that in general for a percent-encoded POST operations, query strings must be
|
||||
quoted by using :func:`urllib.parse.urlencode`. For example to send name="Guy Steele,
|
||||
Jr."::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue