mirror of
https://github.com/python/cpython.git
synced 2026-03-06 13:00:50 +00:00
Add seamonkey to list of Windows browsers too.
This commit is contained in:
parent
d8accb32a5
commit
7377ad2ecd
1 changed files with 2 additions and 1 deletions
|
|
@ -509,7 +509,8 @@ def open(self, url, new=0, autoraise=1):
|
|||
_tryorder = []
|
||||
_browsers = {}
|
||||
# Prefer mozilla/netscape/opera if present
|
||||
for browser in ("firefox", "firebird", "mozilla", "netscape", "opera"):
|
||||
for browser in ("firefox", "firebird", "seamonkey", "mozilla",
|
||||
"netscape", "opera"):
|
||||
if _iscommand(browser):
|
||||
register(browser, None, BackgroundBrowser(browser))
|
||||
register("windows-default", WindowsDefault)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue