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-120522: Revert "Add a --with-app-store-compliance configure option to patch out problematic code" (gh-120984) #121844

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

ned-deily
Copy link
Member

@ned-deily ned-deily commented Jul 16, 2024

This reverts commit 48cd104 prior to the release of 3.13.0b4 to allow for additional review time.


📚 Documentation preview 📚: https://cpython-previews--121844.org.readthedocs.build/

…e option to patch out problematic code (python#120984)"

This reverts commit 48cd104 prior
to the release of 3.13.0b4 to allow for additional review time.
Copy link
Contributor

@freakboy3742 freakboy3742 left a comment

Choose a reason for hiding this comment

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

One note about a part of the patch that probably shouldn't be reverted (but is easy to fix again later), but otherwise LGTM.

@@ -22,19 +22,11 @@ to an absolute URL given a "base URL."

The module has been designed to match the internet RFC on Relative Uniform
Resource Locators. It supports the following URL schemes: ``file``, ``ftp``,
``gopher``, ``hdl``, ``http``, ``https``, ``imap``, ``itms-services``, ``mailto``, ``mms``,
``gopher``, ``hdl``, ``http``, ``https``, ``imap``, ``mailto``, ``mms``,
Copy link
Contributor

Choose a reason for hiding this comment

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

It's worth noting that while this is what would be a strict reverse of the original PR, this change was actually correct - the list didn't previously list itms-services at all, despite being supported.

@ned-deily ned-deily merged commit f27593a into python:main Jul 16, 2024
42 checks passed
@miss-islington-app
Copy link

Thanks @ned-deily for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 16, 2024
…e option to patch out problematic code" (pythongh-120984) (pythonGH-121844)

This reverts commit 48cd104 prior
to the release of 3.13.0b4 to allow for additional review time.
(cherry picked from commit f27593a)

Co-authored-by: Ned Deily <nad@python.org>
@bedevere-app
Copy link

bedevere-app bot commented Jul 16, 2024

GH-121845 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Jul 16, 2024
@ned-deily ned-deily deleted the revert-gh-120522 branch July 16, 2024 10:50
ned-deily added a commit that referenced this pull request Jul 16, 2024
…re option to patch out problematic code" (GH-121844) (#121845)

This reverts commit 0dfb437 prior
to the release of 3.13.0b4 to allow for additional review time.
(cherry picked from commit f27593a)

Co-authored-by: Ned Deily <nad@python.org>
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
…e option to patch out problematic code" (pythongh-120984) (python#121844)

This reverts commit 48cd104 prior
to the release of 3.13.0b4 to allow for additional review time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants