[Python-checkins] r82593 - python/branches/py3k/Demo/classes/README

georg.brandl python-checkins at python.org
Mon Jul 5 22:13:06 CEST 2010


Author: georg.brandl
Date: Mon Jul  5 22:13:06 2010
New Revision: 82593

Log:
Remove Dbm.

Modified:
   python/branches/py3k/Demo/classes/README

Modified: python/branches/py3k/Demo/classes/README
==============================================================================
--- python/branches/py3k/Demo/classes/README	(original)
+++ python/branches/py3k/Demo/classes/README	Mon Jul  5 22:13:06 2010
@@ -2,7 +2,6 @@
 
 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


More information about the Python-checkins mailing list