Add a note about a new database package.

This commit is contained in:
Neal Norwitz 2007-05-17 21:49:32 +00:00
parent 3319c1a181
commit be76239737
1 changed files with 4 additions and 0 deletions

View File

@ -495,6 +495,10 @@ will be accomplished by using the ``as`` keyword in import statments
to bind in the module namespace to the old name while importing based to bind in the module namespace to the old name while importing based
on the new name. 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 Open Issues
=========== ===========