Issue #25176: Merge cgi.parse_qsl link from 3.4 into 3.5

This commit is contained in:
Martin Panter 2015-09-20 01:07:41 +00:00
commit 926be1b0ec
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -1334,6 +1334,7 @@ Ng Pheng Siong
George Sipe
J. Sipprell
Kragen Sitaker
Ville Skyttä
Michael Sloan
Nick Sloan
Václav Šmilauer