diff options
author | zentarim <33746047+zentarim@users.noreply.github.com> | 2023-06-13 23:45:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-13 23:45:47 (GMT) |
commit | f3266c05b6186ab6d1db0799c06b8f76aefe7cf1 (patch) | |
tree | 400bf656e35be8ad8efd544383e3329907b3bb23 /Misc | |
parent | 4cefe3cf10f498c0927ae4fdba4880d5a64826e4 (diff) | |
download | cpython-f3266c05b6186ab6d1db0799c06b8f76aefe7cf1.zip cpython-f3266c05b6186ab6d1db0799c06b8f76aefe7cf1.tar.gz cpython-f3266c05b6186ab6d1db0799c06b8f76aefe7cf1.tar.bz2 |
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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-06-05-14-43-56.gh-issue-104554.pwfKIo.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-06-05-14-43-56.gh-issue-104554.pwfKIo.rst b/Misc/NEWS.d/next/Library/2023-06-05-14-43-56.gh-issue-104554.pwfKIo.rst new file mode 100644 index 0000000..9ef8c67 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-06-05-14-43-56.gh-issue-104554.pwfKIo.rst @@ -0,0 +1 @@ +Add RTSPS scheme support in urllib.parse |