Files
deb-python-rfc3986/tests/test_uri.py
Ian Cordasco 4498a1b0c7 Avoid parsing "[::1]" as having scheme "["
We've slightly modified the URI_MATCHER regular expression components
to avoid parsing the plain string "[::1]" as having a scheme of "[" and
host of ":1]". That said, Junk is passed in and Junk was returned so,
it's not exactly the most ideal thing, it just makes our lives a little
less awful since we can avoid it.
2016-08-20 18:23:04 -05:00

13 KiB