Re: [Python-Dev] parse_qs and parse_qsl functions

2008-08-16 Thread Brett Cannon
On Sat, Aug 16, 2008 at 7:04 AM, Facundo Batista <[EMAIL PROTECTED]> wrote: > Hi! > > The issue 600362 has two patches (one for 2.6 and the other for 3.0) > that are ready to commit (with a small change in the docs). This > patches relocates the parse_qs and parse_qsl functions into the > urlparse

[Python-Dev] parse_qs and parse_qsl functions

2008-08-16 Thread Facundo Batista
Hi! The issue 600362 has two patches (one for 2.6 and the other for 3.0) that are ready to commit (with a small change in the docs). This patches relocates the parse_qs and parse_qsl functions into the urlparse module (urllib.parse in 3k), bringing them from the cgi one. For backward compatibilit