Skip to content

parse_qs in backports is not handling unicode outside 128 range #204

@tpazderka

Description

@tpazderka

When passing unicode string containing characters outside range(128) to parse_qs imported from future.backports.urllib.parse, the function raises UnicodeEncodeError.

No such error is raised and parsing works when parse_qs is imported from future.moves.urllib.parse.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions