From cf70b8422fcb2b0b16738a6d12f801ea1366f67d Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 27 Apr 1998 15:07:20 +0000 Subject: [PATCH] Mention the Mac:Contrib folder --- Mac/Demo/using.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Mac/Demo/using.html b/Mac/Demo/using.html index 16c1ea6fc73e..68b150e3d166 100644 --- a/Mac/Demo/using.html +++ b/Mac/Demo/using.html @@ -42,7 +42,7 @@

Invoking the interpreter

This should give you a text window with an informative version string and a prompt, something like the following:
-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
 >>>
 
@@ -349,12 +349,17 @@

Where to go from here

available that show some mac-specific issues, like use of various toolboxes and creation of Python applets.

-Finally, the Demo and Mac:Demo +The Demo and Mac:Demo 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.

+Finally, there is a Mac:Contrib 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 Troubleshooting Python folder. This will regenerate the preferences file. You may also have to run the ConfigurePython applet again.

-

Where to go from here

+

Your five minutes are up. Next!

The next section to check out is the
annotated sample programs.


Jack Jansen, -jack@cwi.nl, 08-Sep-1997. +jack@cwi.nl, 27-Apr-98.