Issue 1476166: Add SeaMonkey to webbrowser.py (original) (raw)
Issue1476166
Created on 2006-04-25 14:32 by phd, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (4) | ||
---|---|---|
msg54791 - (view) | Author: Oleg Broytman (phd) * | Date: 2006-04-25 14:32 |
Add SeaMonkey to webbrowser.py as yet another Mozilla family browser. Just prepend "seamonkey" to the list ("mozilla-firefox", "firefox", "mozilla-firebird", "firebird", "mozilla", "netscape") in the register_X_browsers(). | ||
msg54792 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2006-04-28 16:31 |
Logged In: YES user_id=849994 Added in rev. 45780. | ||
msg54793 - (view) | Author: Oleg Broytman (phd) * | Date: 2006-05-03 09:26 |
Logged In: YES user_id=4799 Sorry, I should check webbrowser.py more careful. Please add "seamonkey" after if sys.platform[:3] == "win": ... | ||
msg54794 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2006-05-03 17:46 |
Logged In: YES user_id=849994 Done in r45889. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:17 | admin | set | github: 43275 |
2006-04-25 14:32:52 | phd | create |