]> granicus.if.org Git - python/commit
Find the help.txt file relative to __file__ or ".", not in sys.path.
authorGuido van Rossum <guido@python.org>
Thu, 26 Aug 1999 23:06:05 +0000 (23:06 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 26 Aug 1999 23:06:05 +0000 (23:06 +0000)
commit416b961be8e04df70d909b85349b8f01cea7464f
tree3c8f2fdba33dba6e4cc2464907527972e51f044f
parent0ee4891c82bbec210b7e13ea3e2b76afb5d078f9
Find the help.txt file relative to __file__ or ".", not in sys.path.
(Suggested by Moshe Zadka, but implemented differently.)

Add <<python-docs>> event which, on Unix, brings up Netscape pointing
to http://www.python.doc/current/ (a local copy would be nice but its
location can't be predicted).  Windows solution TBD.
Tools/idle/EditorWindow.py