milo-minderbinder

Results 2 issues of milo-minderbinder

https://github.com/python-hyper/rfc3986/blob/164073434fe530e14ceca4ff6a0683e23e2fde48/src/rfc3986/abnf_regexp.py#L153 The `PATH_EMPTY` regex won't ever match anything when embedded within another regex, as it is in several places like here: https://github.com/python-hyper/rfc3986/blob/164073434fe530e14ceca4ff6a0683e23e2fde48/src/rfc3986/abnf_regexp.py#L184-L190 This causes the `URIReference.is_absolute()` method to return an...