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 chrismorvant
Recipients
Date 2006-07-03.01:12:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Python Version 2.4.3
OS Windows XP

When I open a db file in read only mode('r') 
the 'len' method will only work once.  After this it 
will return only 0.  Using anydbm on my windows box 
defaults to dbhash(bsddb).  This only occurs with 
dbhash(dumbdbm and dbm on Unix work fine).  The 
output of the sample code is "2 0 dbhash".
History
Date User Action Args
2008-01-20 09:58:47adminlinkissue1516078 messages
2008-01-20 09:58:47admincreate