• Gregory P. Smith's avatar
    Closes bug #1149413 · 55de0b69
    Gregory P. Smith authored
    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.
    55de0b69
test_bsddb.py 9.39 KB