From: Benjamin Peterson Date: Fri, 5 Sep 2008 23:45:52 +0000 (+0000) Subject: Blocked revisions 66137,66182,66192,66196 via svnmerge X-Git-Tag: v3.0rc1~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a59b0e000878a6ae6c0fbfabd85720dec374bcf;p=python Blocked revisions 66137,66182,66192,66196 via svnmerge ........ r66137 | jesus.cea | 2008-09-01 21:29:06 -0500 (Mon, 01 Sep 2008) | 1 line Improve compatibility with Python3.0 testsuite ........ r66182 | jesus.cea | 2008-09-03 12:50:32 -0500 (Wed, 03 Sep 2008) | 1 line Fix some leaks - Neal Norwitz ........ r66192 | jesus.cea | 2008-09-03 17:07:11 -0500 (Wed, 03 Sep 2008) | 1 line Python3.0 bsddb testsuite compatibility improvements ........ r66196 | facundo.batista | 2008-09-03 17:35:50 -0500 (Wed, 03 Sep 2008) | 5 lines Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module to the urlparse one. Added a PendingDeprecationWarning in the old module, it will be deprecated in the future. Docs and tests updated. ........ ---