SIGN IN SIGN UP

Patch by Jim Fulton: new function parse_qsl(), which is like

parse_qs() but returns a list of (name, value) pairs -- which is
actually more correct.  Use this where it makes sense.
G
Guido van Rossum committed
1946f0d6f22987b1616b0935f577e805ca494db8
Parent: fb278a5