Skip to content

Commit ada5e55

Browse files
author
ronald.oussoren
committed
Drop the calldll demo's for macos, calldll isn't present anymore, no need
to keep the demo's around. git-svn-id: http://svn.python.org/projects/python/trunk@47092 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 84464ae commit ada5e55

5 files changed

Lines changed: 14 additions & 214 deletions

File tree

Mac/Demo/applescript.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<h1>Using the Open Scripting Architecture from Python</h1>
55
<hr>
66

7+
<p><b>NOTE:</b> this document describes the OSA support that is shipped with
8+
the core python distribution. Most users are better of with the more
9+
userfriendly <a href="http://freespace.virgin.net/hamish.sanderson/appscript.html">appscript library</a>.
10+
711
<p>OSA support in Python is still not 100% complete, but
812
there is already enough in place to allow you to do some nifty things
913
with other programs from your python program. </p>
@@ -355,4 +359,4 @@ <h3><a name="osx">Mac OS X</a></h3>
355359

356360

357361
</body>
358-
</html>
362+
</html>

Mac/Demo/calldll/readme

Lines changed: 0 additions & 48 deletions
This file was deleted.

Mac/Demo/calldll/samplecalldll.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

Mac/Demo/calldll/testcalldll.py

Lines changed: 0 additions & 132 deletions
This file was deleted.

Mac/Demo/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
<H1><IMG SRC="html.icons/python.gif">Macintosh Python crash course</H1>
44
<HR>
55

6-
This set of documents provides an introduction to various aspects of
6+
<p>This set of documents provides an introduction to various aspects of
77
Python programming on the Mac. It is assumed that the reader is
88
already familiar with Python and, to some extent, with MacOS Toolbox
99
programming. Other readers may find something interesting here too,
10-
your mileage may vary. <p>
10+
your mileage may vary. </p>
1111

12-
There is a companion document <a href="using.html">Using Python on the Mac</a>
13-
which you should read before starting here: it explains the basics of using
14-
python on the Macintosh. <p>
12+
<p>As the previous paragraph reveals to the careful observer these examples
13+
are dated, most of them were writting before OSX and haven't been updated
14+
afterwards. They still show how to use the Carbon wrappers but aren't
15+
necessarily the best way to use the Carbon API's in OSX.</p>
1516

1617
Another set of Macintosh-savvy examples, more aimed at beginners, is
1718
maintained by Joseph Strout, at Python Tidbits in <A
@@ -27,10 +28,9 @@ <H1><IMG SRC="html.icons/python.gif">Macintosh Python crash course</H1>
2728
href="http://www.python.org/doc/">documentation</a> section on the
2829
webserver. <p>
2930

30-
The W widget set by Just van Rossum, which is used by the Python IDE, does not
31-
have complete documentation as of this writing, but Corran Webster has
32-
documented most of it on his
33-
<A HREF="http://www.nevada.edu/~cwebster/Python/">Python Page</A>. <p>
31+
<p>The W widget set by Just van Rossum, does not have complete documentation as
32+
of this writing, but Corran Webster has documented most of it on his
33+
<A HREF="http://www.nevada.edu/~cwebster/Python/">Python Page</A>.</p>
3434

3535
There are also some documentation links, as well as other MacPython-related
3636
pages, in the

0 commit comments

Comments
 (0)