8000 gh-102871: Remove obsolete browsers from webbrowser by DBJim · Pull Request #102872 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-102871: Remove obsolete browsers from webbrowser #102872

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

Merged
merged 10 commits into from
Mar 31, 2023
Merged
Prev Previous commit
Add 'whatsnew' entry
  • Loading branch information
DBJim committed Mar 27, 2023
commit 7b1d4f947c6c673b4b09038c9d0271aa3fadc8c9
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,10 @@ Removed
*context* parameter instead.
(Contributed by Victor Stinner in :gh:`94172`.)

* Remove support for obsolete browsers from :mod:`webbrowser`.
Removed browsers include: Grail, Mosaic, Netscape, Galeon, Skipstone,
Iceape, Firebird, and Firefox versions 35 and below (:gh:`102871`).


Porting to Python 3.12
======================
Expand Down
0