]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104139: Add itms-services to uses_netloc urllib.parse. (#104312)
authorGregory P. Smith <greg@krypto.org>
Tue, 9 May 2023 14:04:50 +0000 (07:04 -0700)
committerGitHub <noreply@github.com>
Tue, 9 May 2023 14:04:50 +0000 (07:04 -0700)
commit82f789be3b15df5f6660f5fd0c563ad690ee00fb
treef9c50ed83da5f8d9623710559106e8bc0a66a10f
parentca95edf177e3c10e10d7011ed52619b1312cf15e
gh-104139: Add itms-services to uses_netloc urllib.parse. (#104312)

Teach unsplit to retain the `"//"` when assembling `itms-services://?action=generate-bugs` style
[Apple Platform Deployment](https://support.apple.com/en-gb/guide/deployment/depce7cefc4d/web) URLs.
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS.d/next/Library/2023-05-08-23-01-59.gh-issue-104139.83Tnt-.rst [new file with mode: 0644]