Skip to content

Adding a body to a client request will not work in python versions before 2.6 #1

@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions