Add a note about a new database package.
This commit is contained in:
parent
3319c1a181
commit
be76239737
|
@ -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
|
||||||
===========
|
===========
|
||||||
|
|
Loading…
Reference in New Issue