]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-104554: Add RTSPS support to `urllib/parse.py` (GH-104605) (#105759)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Jul 2023 11:02:22 +0000 (04:02 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Jul 2023 11:02:22 +0000 (13:02 +0200)
commit53605f285a5e50cd804f3b38aa9e3a71546142b3
tree515242007ecd69e8b4166e8b2aae29aff531aaf6
parentfc2393e4177d32dab0c73f69472dc1b726dbeeaf
[3.12] GH-104554: Add RTSPS support to `urllib/parse.py` (GH-104605) (#105759)

RTSPS is the permanent scheme defined in
https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml
alongside RTSP and RTSPU schemes.

(cherry picked from commit f3266c05b6186ab6d1db0799c06b8f76aefe7cf1)

Co-authored-by: zentarim <33746047+zentarim@users.noreply.github.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Doc/library/urllib.parse.rst
Lib/urllib/parse.py
Misc/NEWS.d/next/Library/2023-06-05-14-43-56.gh-issue-104554.pwfKIo.rst [new file with mode: 0644]