]> granicus.if.org Git - python/commit
Missing comma in tuple initializer caused webbrowser.open() not to work at
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 3 Dec 2001 15:44:17 +0000 (15:44 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 3 Dec 2001 15:44:17 +0000 (15:44 +0000)
commit55c5abb52f6bcd0043da0db64ee002370106f1eb
tree61009e7b2a545b738b3d89bd8b43ef9db26c42da
parent5b443c6282e8ffd6873005b62c50e56fa149e277
Missing comma in tuple initializer caused webbrowser.open() not to work at
all in MacPython. (why did noone ever notice this?)
Lib/webbrowser.py