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

bpo-24955: Fix webbrowser broken on Mac OS X when using the BROWSER variable #27751

Closed
wants to merge 1 commit into from

Conversation

hudelgado
Copy link

@hudelgado hudelgado commented Aug 13, 2021

Fixes an issue with webbrowser by removing unused init method.

https://bugs.python.org/issue24955

co-authored-by: Simon Conseil

https://bugs.python.org/issue24955

co-authored-by: Simon Conseil <sconseil>
Copy link
Member

@corona10 corona10 left a comment

Choose a reason for hiding this comment

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

Please add the NEWS.d for this change
See: https://devguide.python.org/#quick-reference (How to use blurb tool)

@bedevere-bot
Copy link

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

Copy link
Member

@corona10 corona10 left a comment

Choose a reason for hiding this comment

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

https://bugs.python.org/issue42255#msg380293

Since @ronaldoussoren wants to deprecate and remove it.
It looks like to good to change the PR

@ambv
Copy link
Contributor

ambv commented Sep 8, 2021

@hudelgado, we'll need this refactored on the current state of webbrowser.py which deprecated the MacOSX class.

@kittydoor
Copy link

I understand that it is sometimes not so simple, but as a user I've stumbled on this bug over multiple years and had to dig in really deep to figure out what even the real issue is for the errors I was having (finally ending up here). I feel like it might have been more pragmatic to merge and release this fix asap, and only after focus on deprecation with the proper notices as per procedure.

@hudelgado
Copy link
Author

Hello, sorry the long delay. If my changes are useful and still needed, I'm happy to change them and push for it.

@ronaldoussoren
Copy link
Contributor

Closing this PR because it is no longer necessary, main branch is already updated as is 3.11.

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.

8 participants