mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Fix urllib function reference.
This commit is contained in:
parent
73fd46d24e
commit
32480b0755
1 changed files with 2 additions and 2 deletions
|
|
@ -277,7 +277,7 @@ algorithms implemented in this module in other circumstances.
|
||||||
parsing errors. If false (the default), errors are silently ignored. If true,
|
parsing errors. If false (the default), errors are silently ignored. If true,
|
||||||
errors raise a :exc:`ValueError` exception.
|
errors raise a :exc:`ValueError` exception.
|
||||||
|
|
||||||
Use the :func:`urllib.urlencode` function to convert such dictionaries into
|
Use the :func:`urllib.parse.urlencode` function to convert such dictionaries into
|
||||||
query strings.
|
query strings.
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -297,7 +297,7 @@ algorithms implemented in this module in other circumstances.
|
||||||
parsing errors. If false (the default), errors are silently ignored. If true,
|
parsing errors. If false (the default), errors are silently ignored. If true,
|
||||||
errors raise a :exc:`ValueError` exception.
|
errors raise a :exc:`ValueError` exception.
|
||||||
|
|
||||||
Use the :func:`urllib.urlencode` function to convert such lists of pairs into
|
Use the :func:`urllib.parse.urlencode` function to convert such lists of pairs into
|
||||||
query strings.
|
query strings.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue