This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add SeaMonkey to webbrowser.py
Type: enhancement Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, phd
Priority: normal Keywords:

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) * (Python committer) 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) * (Python committer) 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:17adminsetgithub: 43275
2006-04-25 14:32:52phdcreate