Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1915 > unrolled thread
| Started by | Jesus Cea <jcea@jcea.es> |
|---|---|
| First post | 2015-11-07 02:07 +0100 |
| Last post | 2015-11-07 02:07 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python.announce
New Berkeley DB bindings release: 6.1.1 Jesus Cea <jcea@jcea.es> - 2015-11-07 02:07 +0100
| From | Jesus Cea <jcea@jcea.es> |
|---|---|
| Date | 2015-11-07 02:07 +0100 |
| Subject | New Berkeley DB bindings release: 6.1.1 |
| Message-ID | <mailman.126.1446996827.16136.python-announce-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
This module provides a nearly complete wrapping of the Oracle/Sleepycat
C API for the Database Environment, Database, Cursor, Log Cursor,
Sequence and Transaction objects, and each of these is exposed as a
Python type in the bsddb3.db module. The database objects can use
various access methods: btree, hash, recno, and queue. Complete support
of Berkeley DB distributed transactions. Complete support for Berkeley
DB Replication Manager. Complete support for Berkeley DB Base
Replication. Support for RPC.
Homepage:
https://www.jcea.es/programacion/pybsddb.htm
6.1.1 release:
https://www.jcea.es/programacion/pybsddb.htm#bsddb3-6.1.1
PyPI: https://pypi.python.org/pypi/bsddb3/
ChangeLog:
* Compatibility with Python 3.5.
* Code cleanup after dropping Python 2.4/2.5 support.
* PGP key changed.
* Support for DB_FORCESYNCENV flag in "DB_ENV.close()".
* Support for DB_LOG_NOSYNC flag in "DB_ENV.log_set_config()".
* Fix tests under Windows. See https://bugs.python.org/issue22943 .
* Solve an incorrect parameter verification with the
"DB.compact()" method call.
* Solve a compilation warning when compiling the bindings for
Python 3.5 and Berkeley DB 4.8, 5.0 or 5.1.
--
Jesús Cea Avión _/_/ _/_/_/ _/_/_/
jcea@jcea.es - http://www.jcea.es/ _/_/ _/_/ _/_/ _/_/ _/_/
Twitter: @jcea _/_/ _/_/ _/_/_/_/_/
jabber / xmpp:jcea@jabber.org _/_/ _/_/ _/_/ _/_/ _/_/
"Things are not so easy" _/_/ _/_/ _/_/ _/_/ _/_/ _/_/
"My name is Dump, Core Dump" _/_/_/ _/_/_/ _/_/ _/_/
"El amor es poner tu felicidad en la felicidad de otro" - Leibniz
Back to top | Article view | comp.lang.python.announce
csiph-web