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.