diff CHANGES.txt @ 443:a0c598702f17

I fixed the problems with anydbm using the dbm module at the backend. It turns out the dbm module modifies the file name to append ".db" and my check to determine if we're opening an existing or new db just tested os.path.exists() on the filename. Well, no longer! We now perform a much better check _and_ cope with the anydbm implementation module changing too! I also fixed the backends __init__ so only ImportError is squashed.
author Richard Jones <richard@users.sourceforge.net>
date Wed, 12 Dec 2001 02:30:51 +0000
parents de5bf4191f11
children 208697858c8b
line wrap: on
line diff
--- a/CHANGES.txt	Tue Dec 11 04:50:49 2001 +0000
+++ b/CHANGES.txt	Wed Dec 12 02:30:51 2001 +0000
@@ -36,6 +36,9 @@
  . fixed doc/index.html to include the quoting in the mail alias.
  . fixed the backends __init__ so we can pydoc the backend modules
  . web i/f reports "note added" if there are no changes but a note is entered
+ . we were assuming database files created by anydbm had the same name, but
+   this is not the case for dbm. We now perform a much better check _and_
+   cope with the anydbm implementation module changing too!
 
 
 2001-11-23 - 0.3.0 

Roundup Issue Tracker: http://roundup-tracker.org/