Comment 14 for bug 1632538

Revision history for this message
YaZug (jon-schlueter) wrote :

was able to re-produce with what I think was the source of this bug rfc3986 == 0.2.0 (RDO had this version for a while but was updated to 0.3.1 on October 6th)

with 0.2.0

>>> import rfc3986
>>> rfc3986.is_valid_uri('https://rdo-ci-fx2-06-s5.v103.rdoci.lab.eng.rdu.redhat.com:13696')
False

with 0.2.2

>>> import rfc3986
>>> rfc3986.is_valid_uri('https://rdo-ci-fx2-06-s5.v103.rdoci.lab.eng.rdu.redhat.com:13696')
True