]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix for SF bug #897820 (backport of cvs diff -r1.14 -r1.15 __init__.py)
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 13 Jul 2004 21:06:51 +0000 (21:06 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 13 Jul 2004 21:06:51 +0000 (21:06 +0000)
commite2f81fd1b8846a3186f6946012791464ae90775a
tree854490323f9b4316df7d1ee0fa553a489f474e03
parent2e5ba1e53ed72215e574815f4eabca99e908bdbc
fix for SF bug #897820 (backport of cvs diff -r1.14 -r1.15 __init__.py)
Use os.unlink() instead of the BerkeleyDB DB_TRUNCATE flag.
Lib/bsddb/__init__.py