]> granicus.if.org Git - python/commitdiff
Remove Dbm.
authorGeorg Brandl <georg@python.org>
Mon, 5 Jul 2010 20:13:06 +0000 (20:13 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 5 Jul 2010 20:13:06 +0000 (20:13 +0000)
Demo/classes/README

index e5bc2893eca3ef30053782cd6bba35af01a36ab7..3c636f09f3ed3a6be51bda3bef7402d00856cf17 100644 (file)
@@ -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