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 vstinner
Recipients gregory.p.smith, martin.panter, orange, serhiy.storchaka, vstinner, ware, xiang.zhang, xtreak
Date 2019-04-17.15:40:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555515634.49.0.0457858901985.issue30458@roundup.psfhosted.org>
In-reply-to
Content
> urllib3 now vendors a copy of the rfc3986 library:
> https://pypi.org/project/rfc3986/

There are multiple Python projects to validate URI:

* https://github.com/python-hyper/rfc3986/ -> https://pypi.org/project/rfc3986/
* https://github.com/dgerber/rfc3987 -> https://pypi.org/project/rfc3987/ (the name is confusing: the library implements the RFC 3986, not the RFC 3987)
* https://github.com/tkem/uritools/ -> https://pypi.org/project/uritools/
History
Date User Action Args
2019-04-17 15:40:34vstinnersetrecipients: + vstinner, gregory.p.smith, martin.panter, serhiy.storchaka, xiang.zhang, orange, xtreak, ware
2019-04-17 15:40:34vstinnersetmessageid: <1555515634.49.0.0457858901985.issue30458@roundup.psfhosted.org>
2019-04-17 15:40:34vstinnerlinkissue30458 messages
2019-04-17 15:40:34vstinnercreate