Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
GH-104554: Add RTSPS support tourllib/parse.py#104605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
RTSPS is the permanent scheme defined inhttps://www.iana.org/assignments/uri-schemes/uri-schemes.xhtmlalongside RTSP and RTSPU schemes.
ghost commentedMay 18, 2023 • edited by ghost
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by ghost
Uh oh!
There was an error while loading.Please reload this page.
bedevere-bot commentedMay 18, 2023
Most changes to Pythonrequire a NEWS entry. Please add it using theblurb_it web app or theblurb command-line tool. |
Could you please add a news entry, and CLA sign requirement? |
@orsenthil Ignore currently 'normal' failure of experimental hypothesis tests. |
Done. |
Hello,@orsenthil ,@terryjreedy ! I've fixed the issues. Is there something else? |
@zentarim- Nothing. we are good here. Thank you. |
Thanks@zentarim for the PR, and@orsenthil for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
bedevere-bot commentedJun 13, 2023
GH-105759 is a backport of this pull request to the3.12 branch. |
)*pythonGH-104554: Add RTSPS support to `urllib/parse.py`RTSPS is the permanent scheme defined inhttps://www.iana.org/assignments/uri-schemes/uri-schemes.xhtmlalongside RTSP and RTSPU schemes.* 📜🤖 Added by blurb_it.---------(cherry picked from commitf3266c0)Co-authored-by: zentarim <33746047+zentarim@users.noreply.github.com>Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
bedevere-bot commentedJun 13, 2023
GH-105760 is a backport of this pull request to the3.11 branch. |
)*pythonGH-104554: Add RTSPS support to `urllib/parse.py`RTSPS is the permanent scheme defined inhttps://www.iana.org/assignments/uri-schemes/uri-schemes.xhtmlalongside RTSP and RTSPU schemes.* 📜🤖 Added by blurb_it.---------(cherry picked from commitf3266c0)Co-authored-by: zentarim <33746047+zentarim@users.noreply.github.com>Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Hoseinmj left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Y
…105759)RTSPS is the permanent scheme defined inhttps://www.iana.org/assignments/uri-schemes/uri-schemes.xhtmlalongside RTSP and RTSPU schemes.(cherry picked from commitf3266c0)Co-authored-by: zentarim <33746047+zentarim@users.noreply.github.com>Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
…105760)RTSPS is the permanent scheme defined inhttps://www.iana.org/assignments/uri-schemes/uri-schemes.xhtmlalongside RTSP and RTSPU schemes.---------(cherry picked from commitf3266c0)Co-authored-by: zentarim <33746047+zentarim@users.noreply.github.com>Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Uh oh!
There was an error while loading.Please reload this page.
RTSPS is the permanent scheme defined in
https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml
alongside RTSP and RTSPU schemes.
📚 Documentation preview 📚:https://cpython-previews--104605.org.readthedocs.build/