diff options
author | Georg Brandl <georg@python.org> | 2010-07-05 20:13:06 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-05 20:13:06 (GMT) |
commit | dc00a2a249cf616c784bf721c6ecc1cdb8778a64 (patch) | |
tree | 12aac1b63bfc84fc7fd04c71cb2605c8ab9725cb /Demo | |
parent | aefc1c7e48d326f6b2d20699a98c9ed44725b046 (diff) | |
download | cpython-dc00a2a249cf616c784bf721c6ecc1cdb8778a64.zip cpython-dc00a2a249cf616c784bf721c6ecc1cdb8778a64.tar.gz cpython-dc00a2a249cf616c784bf721c6ecc1cdb8778a64.tar.bz2 |
Remove Dbm.
Diffstat (limited to 'Demo')
-rw-r--r-- | Demo/classes/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Demo/classes/README b/Demo/classes/README index e5bc289..3c636f0 100644 --- a/Demo/classes/README +++ b/Demo/classes/README @@ -2,7 +2,6 @@ Examples of classes that implement special operators (see reference manual): Complex.py Complex numbers Dates.py Date manipulation package by Tim Peters -Dbm.py Wrapper around built-in dbm, supporting arbitrary values Range.py Example of a generator: re-implement built-in range() Rev.py Yield the reverse of a sequence Vec.py A simple vector class |