cpython: 7d320c3bf9c6 (original) (raw)

--- a/Lib/webbrowser.py +++ b/Lib/webbrowser.py @@ -495,23 +495,10 @@ if os.environ.get("TERM"): # if sys.platform[:3] == "win": - class WindowsDefault(BaseBrowser):

-

- def open(self, url, new=0, autoraise=True):

@@ -519,108 +506,19 @@ if sys.platform[:3] == "win": else: return True -

-

-

- -

-

- -

-

- -

-

- -

-

- - _tryorder = [] _browsers = {}

-

-

-

-

-

-

#

Platform support for MacOS

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -314,9 +314,6 @@ Library