Strip the functionality altogether.
Strip the functionality altogether.
Posted Jun 27, 2024 14:45 UTC (Thu) by pavon (guest, #142617)Parent article: Python grapples with Apple App Store rejections
Obviously, you'd need to give time to deprecate it, so another work-around would be needed for the short-term, but in the long-run if Apple wants to make it hard to integrate with their platform, then stop supporting those integrations and let application developers use a third-party library.
Posted Jun 27, 2024 16:35 UTC (Thu)
by nickodell (subscriber, #125165)
[Link] (1 responses)
Posted Jun 27, 2024 20:26 UTC (Thu)
by pavon (guest, #142617)
[Link]
Posted Jun 28, 2024 15:21 UTC (Fri)
by smurf (subscriber, #17840)
[Link]
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.
Costs vs Benefits
Costs vs Benefits
Strip the functionality altogether.