Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-104554: Add RTSPS support to urllib/parse.py #104605

Merged
merged 4 commits into from
Jun 13, 2023

Conversation

zentarim
Copy link
Contributor

@zentarim zentarim commented May 18, 2023

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/

RTSPS is the permanent scheme defined in
https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml
alongside RTSP and RTSPU schemes.
@cpython-cla-bot
Copy link

cpython-cla-bot bot commented May 18, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-bot
Copy link

Most changes to Python require a NEWS entry.

Please add it using the blurb_it web app or the blurb command-line tool.

@orsenthil
Copy link
Member

Could you please add a news entry, and CLA sign requirement?

@terryjreedy
Copy link
Member

@orsenthil Ignore currently 'normal' failure of experimental hypothesis tests.

@zentarim
Copy link
Contributor Author

zentarim commented Jun 5, 2023

Could you please add a news entry, and CLA sign requirement?

Done.

@zentarim
Copy link
Contributor Author

Hello, @orsenthil , @terryjreedy !

I've fixed the issues. Is there something else?

@arhadthedev arhadthedev added needs backport to 3.11 only security fixes needs backport to 3.12 bug and security fixes labels Jun 10, 2023
@orsenthil
Copy link
Member

@zentarim- Nothing. we are good here. Thank you.

@orsenthil orsenthil merged commit f3266c0 into python:main Jun 13, 2023
@miss-islington
Copy link
Contributor

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
Copy link

GH-105759 is a backport of this pull request to the 3.12 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 13, 2023
)

* pythonGH-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.

---------

(cherry picked from commit f3266c0)

Co-authored-by: zentarim <[email protected]>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
@bedevere-bot bedevere-bot removed the needs backport to 3.12 bug and security fixes label Jun 13, 2023
@bedevere-bot
Copy link

GH-105760 is a backport of this pull request to the 3.11 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 13, 2023
)

* pythonGH-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.

---------

(cherry picked from commit f3266c0)

Co-authored-by: zentarim <[email protected]>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Jun 13, 2023
@zentarim zentarim deleted the rtsps_support branch June 17, 2023 18:47
Copy link

@Hoseinmj Hoseinmj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Y

ambv pushed a commit that referenced this pull request Jul 5, 2023
…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 f3266c0)

Co-authored-by: zentarim <[email protected]>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
ambv pushed a commit that referenced this pull request Jul 5, 2023
…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 f3266c0)

Co-authored-by: zentarim <[email protected]>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants