The urlparse .parse_qs and .parse_qsl methods were added in the library in python 2.6. In previous versions they are located in the cgi module.
If python2.5 compatibility is required the imports need to be handled accordingly.
Is this intentional? If not a simple patch can be provided to clear up the issue.
The urlparse .parse_qs and .parse_qsl methods were added in the library in python 2.6. In previous versions they are located in the cgi module.
If python2.5 compatibility is required the imports need to be handled accordingly.
Is this intentional? If not a simple patch can be provided to clear up the issue.