]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-104554: Add RTSPS support to `urllib/parse.py` (#104605)
authorzentarim <33746047+zentarim@users.noreply.github.com>
Tue, 13 Jun 2023 23:45:47 +0000 (02:45 +0300)
committerGitHub <noreply@github.com>
Tue, 13 Jun 2023 23:45:47 +0000 (16:45 -0700)
commitf3266c05b6186ab6d1db0799c06b8f76aefe7cf1
tree400bf656e35be8ad8efd544383e3329907b3bb23
parent4cefe3cf10f498c0927ae4fdba4880d5a64826e4
GH-104554: Add RTSPS support to `urllib/parse.py` (#104605)

* GH-104554: Add RTSPS support to `urllib/parse.py`

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

* ðŸ“œðŸ¤– Added by blurb_it.

---------

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]