Steve Dower <steve.do...@python.org> added the comment:
You need a "u" prefix on some of your strings or they're probably being immediately decomposed. The result of urlsplit should be unicode on Python 2 for a Unicode input, and yours are not. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue36216> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com