]> granicus.if.org Git - python/commitdiff
Issue #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä
authorMartin Panter <vadmium>
Sun, 20 Sep 2015 00:28:50 +0000 (00:28 +0000)
committerMartin Panter <vadmium>
Sun, 20 Sep 2015 00:28:50 +0000 (00:28 +0000)
Doc/library/cgi.rst
Misc/ACKS

index fa131453c790b8f6eeec104f58816824c34e1923..74abed5c55f40ad77474b147f39dc69b6752dffd 100644 (file)
@@ -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)
index 41888b7aeb2df522d7ccc0f89d5e2e65d3c474db..521468ca4f155a8b07a88906622ef6fc4a3737fa 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1297,6 +1297,7 @@ Ng Pheng Siong
 George Sipe
 J. Sipprell
 Kragen Sitaker
+Ville Skyttä
 Michael Sloan
 Nick Sloan
 Václav Šmilauer