commit | 416b961be8e04df70d909b85349b8f01cea7464f | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 26 23:06:05 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 26 23:06:05 1999 +0000 |
tree | 3c8f2fdba33dba6e4cc2464907527972e51f044f | |
parent | 0ee4891c82bbec210b7e13ea3e2b76afb5d078f9 [diff] |
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.