]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Bug #1493322: bsddb: the __len__ method of a DB object has been fixed to
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 6 Jun 2006 00:23:21 +0000 (00:23 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 6 Jun 2006 00:23:21 +0000 (00:23 +0000)
commit2e56541d457b7fe19bf17d07848981ee43383197
treec39bfeeb9d51da78d8efe226ba8249b27ba17187
parent89d862360cc15c20783f4aa0775a3d2450f1bd7b
- Bug #1493322: bsddb: the __len__ method of a DB object has been fixed to
  return correct results.  It could previously incorrectly return 0 in some
  cases.  Fixes SF bug 1493322 (pybsddb bug 1184012).
Misc/NEWS
Modules/_bsddb.c