diff --git a/pep-3108.txt b/pep-3108.txt index 529fb5faa..55777783f 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -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 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 ===========