mirror of
https://github.com/python/cpython.git
synced 2025-09-09 18:32:22 +00:00
Issue #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä
This commit is contained in:
parent
d86a6ef41c
commit
cebfdac32c
2 changed files with 2 additions and 1 deletions
|
@ -285,7 +285,7 @@ algorithms implemented in this module in other circumstances.
|
|||
|
||||
.. function:: parse_qsl(qs, keep_blank_values=False, strict_parsing=False)
|
||||
|
||||
This function is deprecated in this module. Use :func:`urllib.parse.parse_qs`
|
||||
This function is deprecated in this module. Use :func:`urllib.parse.parse_qsl`
|
||||
instead. It is maintained here only for backward compatibility.
|
||||
|
||||
.. function:: parse_multipart(fp, pdict)
|
||||
|
|
|
@ -1297,6 +1297,7 @@ Ng Pheng Siong
|
|||
George Sipe
|
||||
J. Sipprell
|
||||
Kragen Sitaker
|
||||
Ville Skyttä
|
||||
Michael Sloan
|
||||
Nick Sloan
|
||||
Václav Šmilauer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue