]> granicus.if.org Git - python/commit
EditorWindow.python_docs():
authorFred Drake <fdrake@acm.org>
Wed, 10 May 2000 16:50:07 +0000 (16:50 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 10 May 2000 16:50:07 +0000 (16:50 +0000)
commit8638ace511263de2cbe0031f51712d831aba2c22
treeb1adea196b149377abfeceaff9d68f54ae762081
parent95a40001e618a7f11ae7091b707459a01cd65af9
EditorWindow.python_docs():
        Instead of using Netscape through os.system(), use the new
        browser.open() function to load the documentation on the
        default browser.  On Windows, this will use the installed
        documentation if it exists, instead of hitting python.org.
Tools/idle/EditorWindow.py