Add a footnote about the proposed dbm package and the combining of two existing
modules into one.
This commit is contained in:
parent
4ec74b45a7
commit
33ec170d30
13
pep-3108.txt
13
pep-3108.txt
|
@ -477,23 +477,22 @@ with.
|
|||
dbm package
|
||||
///////////
|
||||
|
||||
The ``dbm`` package is to collect all dbm-related modules. Do note
|
||||
that both ``anydbm`` and ``whichdb`` are merged into a single module.
|
||||
This was done as both modules currently have minimal functionality and
|
||||
have no name conflicts.
|
||||
|
||||
================= ===============================
|
||||
Current Name Replacement Name
|
||||
================= ===============================
|
||||
anydbm dbm.tools
|
||||
anydbm dbm.tools [1]_
|
||||
dbhash dbm.db
|
||||
dbm dbm.ndbm
|
||||
dumbdm dbm.dumb
|
||||
gdbm dbm.gnu
|
||||
whichdb dbm.tools
|
||||
whichdb dbm.tools [1]_
|
||||
================= ===============================
|
||||
|
||||
|
||||
.. [1] ``dbm.tools`` can combine ``anybdbm`` and ``whichdb`` since the public
|
||||
API for both modules has no name conflict.
|
||||
|
||||
|
||||
Transition Plan
|
||||
===============
|
||||
|
||||
|
|
Loading…
Reference in New Issue