diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-07-18 16:07:05 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-07-18 16:07:05 (GMT) |
commit | 024a387f89cd4c08b67ffca0d8df311a34cc8a49 (patch) | |
tree | c1ec0a777e2c6b02596ddeb54cdb0e3fa7e02653 /Mac/Demo/using.html | |
parent | a547dcaff09fa530871a0405b146c6bf958b48b4 (diff) | |
download | cpython-024a387f89cd4c08b67ffca0d8df311a34cc8a49.zip cpython-024a387f89cd4c08b67ffca0d8df311a34cc8a49.tar.gz cpython-024a387f89cd4c08b67ffca0d8df311a34cc8a49.tar.bz2 |
- Added a file dialog example
- Added pointers to library documentation
Diffstat (limited to 'Mac/Demo/using.html')
-rw-r--r-- | Mac/Demo/using.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Mac/Demo/using.html b/Mac/Demo/using.html index e7aa0f4..d3b5e8b 100644 --- a/Mac/Demo/using.html +++ b/Mac/Demo/using.html @@ -4,7 +4,6 @@ </HEAD> <BODY> <H1>Using Python on the Macintosh</H1> -<EM>(preliminary)</EM> <HR> This document is an introduction to using Python on the Apple @@ -369,6 +368,10 @@ will appear to be correct in the editor but cause strange errors when imported. BBEdit has a popup menu which allows you to inspect (and set) the end-of-line convention used in a file. <p> +<h2>Where to go from here</h2> + +The next section to check out is the <a href="index.html">annotated sample programs</a>.<p> + <HR> <A HREF="http://www.cwi.nl/~jack">Jack Jansen</A>, <A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 19-Apr-1996. |