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

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]