Strip the functionality altogether.
Strip the functionality altogether.
Posted Jun 28, 2024 15:21 UTC (Fri) by smurf (subscriber, #17840)In reply to: Strip the functionality altogether. by pavon
Parent article: Python grapples with Apple App Store rejections
> I'd question whether something like itms-services scheme support really belongs in a standard library to begin with.
Well, this one's easy.
Some URL schemes contain a network location ("netloc"). Some do not.
People tend to expect the URL parser to reply with a struct that breaks out the netloc for URLs that contain them.
As urllib.parse contains a whitelist of URLs with netlocs (sensibly IMHO) it needs to contain this string.