]> granicus.if.org Git - python/commit
Closes bug #1149413
authorGregory P. Smith <greg@mad-scientist.com>
Wed, 12 Apr 2006 20:16:56 +0000 (20:16 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Wed, 12 Apr 2006 20:16:56 +0000 (20:16 +0000)
commit14c6b4626f4e06a28a043bc41737389cd3951181
treebfc423f1fe0689864f47102a5be03fa6bed6ff5d
parent55d031ef23ac8f6e7cfe823f62c9e4f627e7b431
Closes bug #1149413

Using None for a filename with the 'n' flag when calling bsddb.btopen
would cause an error while checking if the file None existed.  error
not likely to be seen as anyone using None for a filename would likely
use the 'c' flag in the first place.
Lib/bsddb/__init__.py
Lib/test/test_bsddb.py