Remove mention of a 'databases' package.

This commit is contained in:
Brett Cannon 2008-01-22 01:59:47 +00:00
parent b3eacb2b92
commit ac32640828
1 changed files with 0 additions and 4 deletions

View File

@ -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
===========