]> granicus.if.org Git - python/commit
Rewrite webbrowser.py to fix various bugs following Ka-Ping Yee's
authorEric S. Raymond <esr@thyrsus.com>
Tue, 23 Jan 2001 13:16:32 +0000 (13:16 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 23 Jan 2001 13:16:32 +0000 (13:16 +0000)
commitf7f185116a8274b105edc1be64ffc9c8061c7f43
tree24db0146adaff66740070bacf5478f85bc5a5eb7
parentf87d8570800699a24e79df14d9ba19f62fee0a6b
Rewrite webbrowser.py to fix various bugs following Ka-Ping Yee's
complaints.  The new version moves most of its initialization to
package load time; it's simpler, faster, smaller, and adds support for
Mozilla and Links.  Interpretation of the BROWSER variable now works
and is documented.  The open_new entry point and methods are marked
"deprecated; may be removed in 2.1".
Doc/lib/libwebbrowser.tex
Lib/webbrowser.py