summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-07-19 23:13:10 (GMT)
committerGuido van Rossum <guido@python.org>1997-07-19 23:13:10 (GMT)
commita955967a5b7cefef5ee0d633b267c1ec1359992d (patch)
tree8cb514202a6a24a707000c08eb0848106d6b6857 /Demo
parent895e1052e349a9a91428f4a8448c2dc1539ac0f6 (diff)
downloadcpython-a955967a5b7cefef5ee0d633b267c1ec1359992d.zip
cpython-a955967a5b7cefef5ee0d633b267c1ec1359992d.tar.gz
cpython-a955967a5b7cefef5ee0d633b267c1ec1359992d.tar.bz2
Added description of the extend subdirectory.
Diffstat (limited to 'Demo')
-rw-r--r--Demo/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/Demo/README b/Demo/README
index c2e775a..60a9574 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).