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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, hagen
Date 2008-09-22.11:13:23
SpamBayes Score 0.013477565
Marked as misclassified No
Message-id <1222082064.27.0.737371325105.issue3929@psf.upfronthosting.co.za>
In-reply-to
Content
dbm.error is documented as a tuple, and I'd prefer not to change this:
  http://docs.python.org/dev/3.0/library/dbm.html#dbm.error
Since it says that its first member is another dbm.error exception,
we could simply raise error[0](message)

Attached another patch, with the same test case.
History
Date User Action Args
2008-09-22 11:14:24amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, hagen
2008-09-22 11:14:24amaury.forgeotdarcsetmessageid: <1222082064.27.0.737371325105.issue3929@psf.upfronthosting.co.za>
2008-09-22 11:13:24amaury.forgeotdarclinkissue3929 messages
2008-09-22 11:13:23amaury.forgeotdarccreate