]> granicus.if.org Git - python/commit
- bsddb: the __len__ method of a DB object has been fixed to return correct
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 5 Jun 2006 23:59:37 +0000 (23:59 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 5 Jun 2006 23:59:37 +0000 (23:59 +0000)
commit3c228b19f049d71c47714e7a2ced5ab4d163be78
treea5163475096cb8f13da917c48a413fdb26378e2f
parent4f7a7220c1f019ced1b82b475115470df6fc3e69
- 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