File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,13 @@ slow-but-simple implementation in module :mod:`dbm.dumb` will be used. There
1919is a `third party interface <https://www.jcea.es/programacion/pybsddb.htm >`_ to
2020the Oracle Berkeley DB.
2121
22+
23+ .. seealso ::
24+
25+ Module :mod: `shelve `
26+ Persistence module that can store keys and values of types other than bytes.
27+
28+
2229.. exception :: error
2330
2431 A tuple containing the exceptions that can be raised by each of the supported
@@ -136,12 +143,6 @@ then prints out the contents of the database::
136143 # db is automatically closed when leaving the with statement.
137144
138145
139- .. seealso ::
140-
141- Module :mod: `shelve `
142- Persistence module which stores non-string data.
143-
144-
145146The individual submodules are described in the following sections.
146147
147148:mod: `dbm.sqlite3 ` --- SQLite backend for dbm
You can’t perform that action at this time.
0 commit comments