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 brett.cannon
Recipients brett.cannon, collinwinter
Date 2008-07-11.02:21:18
SpamBayes Score 0.0038500743
Marked as misclassified No
Message-id <1215742880.63.0.103024108059.issue3337@psf.upfronthosting.co.za>
In-reply-to
Content
The failure seems to be from anydbm being mapped directly to dbm:

import anydbm -> import dbm -> import dbm.ndbm

A separate pass might be needed to handle dbm properly so that an import
is not changed multiple times.
History
Date User Action Args
2008-07-11 02:21:20brett.cannonsetspambayes_score: 0.00385007 -> 0.0038500743
recipients: + brett.cannon, collinwinter
2008-07-11 02:21:20brett.cannonsetspambayes_score: 0.00385007 -> 0.00385007
messageid: <1215742880.63.0.103024108059.issue3337@psf.upfronthosting.co.za>
2008-07-11 02:21:19brett.cannonlinkissue3337 messages
2008-07-11 02:21:19brett.cannoncreate