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 Petter S
Recipients Petter S, christian.heimes, cstratak, larry, martin.panter, matrixise, ned.deily, push0ebp, vstinner, ware, xtreak
Date 2020-05-04.06:49:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588574951.86.0.420644570658.issue35907@roundup.psfhosted.org>
In-reply-to
Content
We should whitelist the protocols. The current solution with `getattr` is really fragile.

For example, this crashes with a `TypeError`: `URLopener().open("unknown_proxy://test")`
History
Date User Action Args
2020-05-04 06:49:11Petter Ssetrecipients: + Petter S, vstinner, larry, christian.heimes, ned.deily, martin.panter, matrixise, cstratak, xtreak, push0ebp, ware
2020-05-04 06:49:11Petter Ssetmessageid: <1588574951.86.0.420644570658.issue35907@roundup.psfhosted.org>
2020-05-04 06:49:11Petter Slinkissue35907 messages
2020-05-04 06:49:11Petter Screate