From ac32640828474a1882ffe1087b4a6ca8aff24759 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 22 Jan 2008 01:59:47 +0000 Subject: [PATCH] Remove mention of a 'databases' package. --- pep-3108.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pep-3108.txt b/pep-3108.txt index ee5a192d5..bdb19602a 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -526,10 +526,6 @@ 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 database related modules will be moved to a database package. -These modules include: bsddb, dbm, gdbm, sqlite, -anydbm, dbhash, dumbdbm, whichdb. - Open Issues ===========