Discussion:
[Python-3000-checkins] r66242 - python/branches/py3k
benjamin.peterson
2008-09-05 23:45:52 UTC
Permalink
Author: benjamin.peterson
Date: Sat Sep 6 01:45:52 2008
New Revision: 66242

Log:
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.
........


Modified:
python/branches/py3k/ (props changed)

Loading...