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

neal.norwitz python-checkins at python.org
Thu May 17 23:49:38 CEST 2007


Author: neal.norwitz
Date: Thu May 17 23:49:32 2007
New Revision: 55418

Modified:
   peps/trunk/pep-3108.txt
Log:
Add a note about a new database package.

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Thu May 17 23:49:32 2007
@@ -495,6 +495,10 @@
 to bind in the module namespace to the old name while importing based
 on the new name.
 
+All the database related modules will be moved to a database package.
+These modules include:  bsddb, dbm, gdbm, sqlite,
+anydbm, dbhash, dumbdbm, whichdb.
+
 
 Open Issues
 ===========


More information about the Python-checkins mailing list