Kaydet (Commit) b0153cf7 authored tarafından Ronald Oussoren's avatar Ronald Oussoren

Small update to r80698 to ensure that webbrowser.open

uses the default browser.
üst 4ef1c7e7
...@@ -625,9 +625,9 @@ if sys.platform == 'darwin': ...@@ -625,9 +625,9 @@ if sys.platform == 'darwin':
# Don't clear _tryorder or _browsers since OS X can use above Unix support # Don't clear _tryorder or _browsers since OS X can use above Unix support
# (but we prefer using the OS X specific stuff) # (but we prefer using the OS X specific stuff)
register("MacOSX", None, MacOSXOSAScript('default'), -1)
register("safari", None, MacOSXOSAScript('safari'), -1) register("safari", None, MacOSXOSAScript('safari'), -1)
register("firefox", None, MacOSXOSAScript('firefox'), -1) register("firefox", None, MacOSXOSAScript('firefox'), -1)
register("MacOSX", None, MacOSXOSAScript('default'), -1)
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment