summaryrefslogtreecommitdiff
path: root/Demo/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-07-19 23:13:10 +0000
committerGuido van Rossum <guido@python.org>1997-07-19 23:13:10 +0000
commitf1d85dfdbfa992b841c6a0ac2ec9fa3fdc2eb013 (patch)
tree60ac9e256c7fed7632970762101a5ed16a76fa55 /Demo/README
parentf75578d9059d50488af3d95fa0de2e1639573c29 (diff)
downloadcpython-f1d85dfdbfa992b841c6a0ac2ec9fa3fdc2eb013.tar.gz
Added description of the extend subdirectory.
Diffstat (limited to 'Demo/README')
-rw-r--r--Demo/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/Demo/README b/Demo/README
index c2e775a7d9..60a95746ce 100644
--- a/Demo/README
+++ b/Demo/README
@@ -18,6 +18,10 @@ classes Some examples of how to use classes.
embed An example of embedding Python in another application
(see also pysvr).
+extend An example of using the generic Makefile.pre.in from
+ the Misc directory to build a statically linked or
+ shared extension module.
+
ibrowse An Emacs info file browser (uses stdwin).
See also ../doc (the Python library documentation can
be converted to info format).