Missing comma in tuple initializer caused webbrowser.open() not to work at

all in MacPython. (why did noone ever notice this?)
This commit is contained in:
Jack Jansen 2001-12-03 15:44:17 +00:00
parent 5b443c6282
commit 55c5abb52f

View file

@ -296,7 +296,7 @@ def open_new(self, url):
else:
# internet-config is the only supported controller on MacOS,
# so don't mess with the default!
_tryorder = ("internet-config")
_tryorder = ("internet-config", )
register("internet-config", InternetConfig)
#