]> granicus.if.org Git - python/commit
Update to use the new standard webbrowser module if available, otherwise
authorFred Drake <fdrake@acm.org>
Sun, 9 Jul 2000 19:10:19 +0000 (19:10 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 9 Jul 2000 19:10:19 +0000 (19:10 +0000)
commit3637799afe046be1a1a47ce53da404745f828452
tree5023bdf4e0598ae726c002a4168f7d2159788859
parentbb7eeff44a893f6d97f418e69c6387ac24b90a63
Update to use the new standard webbrowser module if available, otherwise
uses the BrowserControl module.

BrowserControl is not removed to allow IDLE to be distributed separately
and still be used with Python 1.5.2.
Tools/idle/EditorWindow.py