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 martin.panter
Recipients chrysn, martin.panter
Date 2015-03-24.13:58:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427205533.14.0.725509077733.issue23759@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to see these hard-coded white lists of URL schemes eliminated as much as possible. Here’s some related issues:

* Issue 16134: rtmp, rtmpe, rtmps, rtmpt
* Issue 18828: redis, also proposing to urljoin() arbitrary schemes
* Issue 15009: yelp
* Issue 22852: Proposing that urlunsplit() and urlunparse() restore empty netloc, query, and fragment components properly for arbitary schemes
* Issue 23636: scgi
History
Date User Action Args
2015-03-24 13:58:53martin.pantersetrecipients: + martin.panter, chrysn
2015-03-24 13:58:53martin.pantersetmessageid: <1427205533.14.0.725509077733.issue23759@psf.upfronthosting.co.za>
2015-03-24 13:58:53martin.panterlinkissue23759 messages
2015-03-24 13:58:52martin.pantercreate