summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1998-04-27 15:07:20 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1998-04-27 15:07:20 (GMT)
commitcf70b8422fcb2b0b16738a6d12f801ea1366f67d (patch)
treefc4541b55fbb084aadc252c84b6babce2f0fd408
parent5073b376fb001c612307a556af006a7dcc738967 (diff)
downloadcpython-cf70b8422fcb2b0b16738a6d12f801ea1366f67d.zip
cpython-cf70b8422fcb2b0b16738a6d12f801ea1366f67d.tar.gz
cpython-cf70b8422fcb2b0b16738a6d12f801ea1366f67d.tar.bz2
Mention the Mac:Contrib folder
-rw-r--r--Mac/Demo/using.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/Mac/Demo/using.html b/Mac/Demo/using.html
index 16c1ea6..68b150e 100644
--- a/Mac/Demo/using.html
+++ b/Mac/Demo/using.html
@@ -42,7 +42,7 @@ interpreter in interactive mode by double-clicking its icon: <p>
This should give you a text window with an informative version string
and a prompt, something like the following:
<PRE>
-Python 1.5 (#12 Aug 27, 1997) [CW PPC w/GUSI MSL]
+Python 1.5.1 (#122 Aug 27, 1997) [CW PPC w/GUSI MSL]
Copyright 1991-1997 Stichting Mathematisch Centrum, Amsterdam
&gt;&gt;&gt;
</PRE>
@@ -349,12 +349,17 @@ There are some <A HREF="index.html">annotated sample programs</A>
available that show some mac-specific issues, like use of various
toolboxes and creation of Python applets. <p>
-Finally, the <CODE>Demo</CODE> and <CODE>Mac:Demo</CODE>
+The <CODE>Demo</CODE> and <CODE>Mac:Demo</CODE>
folders in the Macintosh distribution
contains a number of other example programs. Most of these are only
very lightly documented, but they may help you to understand some
aspects of using Python. <p>
+Finally, there is a <code>Mac:Contrib</code> folder that contains
+a few contributions to Python that I couldn't fit in the normal tree
+but did want to distribute (many other contributions are contained
+throughout the distribution, but you don't see them, really).
+
The best way to contact fellow Macintosh Python programmers is to join
the MacPython Special Interest Group mailing list. Send a message with
"info" in the body to <A
@@ -406,13 +411,13 @@ folder and start the interpreter <em>while the interpreter sits in the main
Python folder</em>. This will regenerate the preferences file. You may also
have to run the ConfigurePython applet again. <p>
-<h2>Where to go from here</h2>
+<h2>Your five minutes are up. Next!</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>, 08-Sep-1997.
+<A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 27-Apr-98.
</BODY>
</HTML>