]> granicus.if.org Git - python/commit
Fix SF bug # 897820 - we can no longer use the DB_TRUNCATE flag when
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 27 Jun 2004 22:56:42 +0000 (22:56 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 27 Jun 2004 22:56:42 +0000 (22:56 +0000)
commita6b3caad417c0472b611be251d623331744079a5
tree5534ce554ac126c4f804b1d8b49e432086268a6d
parente7c053233fa4a0f9a1ddfe96b5a3ea57495f9882
Fix SF bug # 897820 - we can no longer use the DB_TRUNCATE flag when
opening the DB to implement legacy interface flag='n' support as
BerkeleyDB 4.2.52 no longer allows it in transaction protected
environments.  Do the os.unlink ourselves.
Lib/bsddb/__init__.py