diff options
author | Georg Brandl <georg@python.org> | 2010-08-02 23:17:21 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-02 23:17:21 (GMT) |
commit | 68642f5ed0100eb8c0b970bc9333af1d272bf4f8 (patch) | |
tree | 186d1b3946afb9d03d841df75d218c9fef0911d1 /Demo/README | |
parent | 2db2b8a17dd643fd48ae050404e2dacc40afacc9 (diff) | |
download | cpython-68642f5ed0100eb8c0b970bc9333af1d272bf4f8.zip cpython-68642f5ed0100eb8c0b970bc9333af1d272bf4f8.tar.gz cpython-68642f5ed0100eb8c0b970bc9333af1d272bf4f8.tar.bz2 |
Remove obsolete pdist demo.
Diffstat (limited to 'Demo/README')
-rw-r--r-- | Demo/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Demo/README b/Demo/README index 1ed1ff1..8af3420 100644 --- a/Demo/README +++ b/Demo/README @@ -35,9 +35,6 @@ newmetaclasses Demonstration of metaclasses. parser Example using the parser module. -pdist Old, unfinished code messing with CVS, RCS and remote - files. - pysvr An example of embedding Python in a threaded application. |