This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients benjamin.peterson, ezio.melotti, jeremy.kloth, jkloth, larry, martin.panter, mcepl, ned.deily, steve.dower, vstinner, xtreak
Date 2019-04-04.03:42:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554349370.86.0.344286732745.issue36216@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-04-04 03:42:50steve.dowersetrecipients: + steve.dower, vstinner, larry, benjamin.peterson, jkloth, ned.deily, mcepl, ezio.melotti, jeremy.kloth, martin.panter, xtreak
2019-04-04 03:42:50steve.dowersetmessageid: <1554349370.86.0.344286732745.issue36216@roundup.psfhosted.org>
2019-04-04 03:42:50steve.dowerlinkissue36216 messages
2019-04-04 03:42:50steve.dowercreate