This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author danbiz
Recipients
Date 2005-12-31.04:24:52
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
If the first item in a database is deleted, the first
call to anydbm.first() after the deletion causes a
DBNotFoundError exception to be raised.

The attached program causes the error on my system.  I
am currently working around the problem by calling
first() after each deletion, enclosed by a try block.

I am using Python 2.4.2 running under Windows ME.
History
Date User Action Args
2007-08-23 14:37:01adminlinkissue1394135 messages
2007-08-23 14:37:01admincreate