Issue #25176: Merge cgi.parse_qsl link from 3.5
This commit is contained in:
commit
b7d276e647
|
@ -292,7 +292,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)
|
||||
|
|
Loading…
Reference in New Issue