summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-05-08 14:20:11 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-05-08 14:20:11 (GMT)
commit569c09c013b9fd88dd5f815a91ab1af4026d8a86 (patch)
tree825b4b981264df85bd83b42a1ecf346b4bab58fa /Mac
parenta6140be7b34ed4de69231570f0674cf603eb7969 (diff)
downloadcpython-569c09c013b9fd88dd5f815a91ab1af4026d8a86.zip
cpython-569c09c013b9fd88dd5f815a91ab1af4026d8a86.tar.gz
cpython-569c09c013b9fd88dd5f815a91ab1af4026d8a86.tar.bz2
Removed some confusing sentences that are no longer relevant now that
calldll is part of the standard macPython distribution.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Demo/calldll/readme9
1 files changed, 0 insertions, 9 deletions
diff --git a/Mac/Demo/calldll/readme b/Mac/Demo/calldll/readme
index 989b34a..1e64dfe 100644
--- a/Mac/Demo/calldll/readme
+++ b/Mac/Demo/calldll/readme
@@ -8,11 +8,6 @@ types are currently supported. Please let me know which other argument types
you need, and/or whether you have any ideas on a general "escape" allowing people
to pass anything.
-The module works *only* on PowerPC currently. It is distributed complete
-with source and project files, so that people willing to look at a CFM68K port
-are welcome to do so. A classic 68K implementation is impossible, I think (so
-prove me wrong, please:-).
-
The module exports three functions:
- symtable = getlibrary(libraryname)
Get a reference to import library libraryname. "InterfaceLib" is the most commonly
@@ -51,7 +46,3 @@ aren't any None is returned, if there is one value this value is returned, if th
values a tuple is returned.
There is test code in testcalldll.py, and a minimal example in samplecalldll.py.
-
-Have fun, and let's discuss the design of this thingy on pythonmac-sig,
-
- Jack Jansen, jack@cwi.nl, 23-May-97.