mirror of https://github.com/python/cpython
Fix "Berkeley" name.
This commit is contained in:
parent
cfb68218b7
commit
bb1901529d
|
@ -8,7 +8,7 @@
|
||||||
:mod:`dbm.gnu` or :mod:`dbm.ndbm`. If none of these modules is installed, the
|
:mod:`dbm.gnu` or :mod:`dbm.ndbm`. If none of these modules is installed, the
|
||||||
slow-but-simple implementation in module :mod:`dbm.dumb` will be used. There
|
slow-but-simple implementation in module :mod:`dbm.dumb` will be used. There
|
||||||
is a `third party interface <http://www.jcea.es/programacion/pybsddb.htm>`_ to
|
is a `third party interface <http://www.jcea.es/programacion/pybsddb.htm>`_ to
|
||||||
the Oracle Berkely DB.
|
the Oracle Berkeley DB.
|
||||||
|
|
||||||
|
|
||||||
.. exception:: error
|
.. exception:: error
|
||||||
|
|
|
@ -2393,8 +2393,8 @@ Extension Modules
|
||||||
an error. The _PY_STRUCT_FLOAT_COERCE constant has been removed.
|
an error. The _PY_STRUCT_FLOAT_COERCE constant has been removed.
|
||||||
The version number has been bumped to 0.3.
|
The version number has been bumped to 0.3.
|
||||||
|
|
||||||
- Issue #5359: Readd the Berkley-DB detection code to allow _dbm be built
|
- Issue #5359: Readd the Berkeley DB detection code to allow _dbm be built
|
||||||
using Berkley-DB.
|
using Berkeley DB.
|
||||||
|
|
||||||
Tests
|
Tests
|
||||||
-----
|
-----
|
||||||
|
|
Loading…
Reference in New Issue