From cebfdac32c0c20c196da87e7ce2dc1894d6d1b04 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sun, 20 Sep 2015 00:28:50 +0000 Subject: =?UTF-8?q?Issue=20#25176:=20Correct=20link=20for=20cgi.parse=5Fqs?= =?UTF-8?q?l;=20patch=20from=20Ville=20Skytt=C3=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Doc/library/cgi.rst | 2 +- Misc/ACKS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst index fa13145..74abed5 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 41888b7..521468c 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 -- cgit v0.12