From: Martin Panter Date: Sun, 20 Sep 2015 00:28:50 +0000 (+0000) Subject: Issue #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä X-Git-Tag: v3.5.1rc1~324^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cebfdac32c0c20c196da87e7ce2dc1894d6d1b04;p=thirdparty%2FPython%2Fcpython.git Issue #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä --- diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst index fa131453c790..74abed5c55f4 100644 --- a/Doc/library/cgi.rst +++ b/Doc/library/cgi.rst @@ -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) diff --git a/Misc/ACKS b/Misc/ACKS index 41888b7aeb2d..521468ca4f15 100644 --- 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