Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf70b84

Browse files
committed
Mention the Mac:Contrib folder
1 parent 5073b37 commit cf70b84

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

Mac/Demo/using.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h2>Invoking the interpreter</h2>
4242
This should give you a text window with an informative version string
4343
and a prompt, something like the following:
4444
<PRE>
45-
Python 1.5 (#12 Aug 27, 1997) [CW PPC w/GUSI MSL]
45+
Python 1.5.1 (#122 Aug 27, 1997) [CW PPC w/GUSI MSL]
4646
Copyright 1991-1997 Stichting Mathematisch Centrum, Amsterdam
4747
&gt;&gt;&gt;
4848
</PRE>
@@ -349,12 +349,17 @@ <h2>Where to go from here</h2>
349349
available that show some mac-specific issues, like use of various
350350
toolboxes and creation of Python applets. <p>
351351

352-
Finally, the <CODE>Demo</CODE> and <CODE>Mac:Demo</CODE>
352+
The <CODE>Demo</CODE> and <CODE>Mac:Demo</CODE>
353353
folders in the Macintosh distribution
354354
contains a number of other example programs. Most of these are only
355355
very lightly documented, but they may help you to understand some
356356
aspects of using Python. <p>
357357

358+
Finally, there is a <code>Mac:Contrib</code> folder that contains
359+
a few contributions to Python that I couldn't fit in the normal tree
360+
but did want to distribute (many other contributions are contained
361+
throughout the distribution, but you don't see them, really).
362+
358363
The best way to contact fellow Macintosh Python programmers is to join
359364
the MacPython Special Interest Group mailing list. Send a message with
360365
"info" in the body to <A
@@ -406,13 +411,13 @@ <h2>Troubleshooting</h2>
406411
Python folder</em>. This will regenerate the preferences file. You may also
407412
have to run the ConfigurePython applet again. <p>
408413

409-
<h2>Where to go from here</h2>
414+
<h2>Your five minutes are up. Next!</h2>
410415

411416
The next section to check out is the <a href="index.html">annotated sample programs</a>.<p>
412417

413418
<HR>
414419
<A HREF="http://www.cwi.nl/~jack">Jack Jansen</A>,
415-
<A HREF="mailto:[email protected]">[email protected]</A>, 08-Sep-1997.
420+
<A HREF="mailto:[email protected]">[email protected]</A>, 27-Apr-98.
416421

417422
</BODY>
418423
</HTML>

0 commit comments

Comments
 (0)