]> granicus.if.org Git - python/commit
Fix a typo/cut-n-paste error in DBCursor.join_item so that it doesn't
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 7 Jul 2003 19:06:45 +0000 (19:06 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 7 Jul 2003 19:06:45 +0000 (19:06 +0000)
commit84261d2f1337781f2d8fec8af898c38165c78ee2
tree18e3d51c2b6927d64ac5ee5acf8ee6601be89626
parent8851c62b8175249249d2eebce95d2dcecd63cd03
Fix a typo/cut-n-paste error in DBCursor.join_item so that it doesn't
return a tuple.  (this also implies that nobody uses this method; the
bug has been here for a long time)
Modules/_bsddb.c