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 jcea
Recipients gvanrossum, jafo, jcea, johansen
Date 2008-04-07.17:48:03
SpamBayes Score 0.011739498
Marked as misclassified No
Message-id <1207590488.65.0.823860644969.issue2159@psf.upfronthosting.co.za>
In-reply-to
Content
Somebody posted a similar issue in pybsddb. The patch I proposed would
be consistent with current "__len__" *internal* use, but the real
intention, I think, is to return True or False if the database is open
or closed, not if the database is empty or not.

Opinions?

See http://mailman.argo.es/pipermail/pybsddb/2008-April/000028.html
History
Date User Action Args
2008-04-07 17:48:09jceasetspambayes_score: 0.0117395 -> 0.011739498
recipients: + jcea, gvanrossum, jafo, johansen
2008-04-07 17:48:08jceasetspambayes_score: 0.0117395 -> 0.0117395
messageid: <1207590488.65.0.823860644969.issue2159@psf.upfronthosting.co.za>
2008-04-07 17:48:03jcealinkissue2159 messages
2008-04-07 17:48:03jceacreate