mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
remove some more bsddb references
This commit is contained in:
parent
bd18fd6710
commit
9a46cab613
4 changed files with 11 additions and 19 deletions
|
|
@ -405,10 +405,9 @@ Mappings
|
|||
.. index::
|
||||
module: dbm.ndbm
|
||||
module: dbm.gnu
|
||||
module: bsddb
|
||||
|
||||
The extension modules :mod:`dbm.ndbm`, :mod:`dbm.gnu`, and :mod:`bsddb`
|
||||
provide additional examples of mapping types, as does the :mod:`collections`
|
||||
The extension modules :mod:`dbm.ndbm` and :mod:`dbm.gnu` provide
|
||||
additional examples of mapping types, as does the :mod:`collections`
|
||||
module.
|
||||
|
||||
Callable types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue