[Python-checkins] r62274 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Thu Apr 10 22:53:56 CEST 2008


Author: brett.cannon
Date: Thu Apr 10 22:53:56 2008
New Revision: 62274

Modified:
   peps/trunk/pep-3108.txt
Log:
Rename dbm.db to dbm.bsd to disambiguate the name.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Thu Apr 10 22:53:56 2008
@@ -614,7 +614,7 @@
 Current Name       Replacement Name
 =================  ===============================
 anydbm             dbm.tools [1]_
-dbhash             dbm.db
+dbhash             dbm.bsd
 dbm                dbm.ndbm
 dumbdm             dbm.dumb
 gdbm               dbm.gnu


More information about the Python-checkins mailing list