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 loewis
Recipients Robin.Jarry, loewis, markm, markmcmahon, tim.golden
Date 2011-06-26.19:49:52
SpamBayes Score 0.00026491258
Marked as misclassified No
Message-id <1309117793.38.0.991662363633.issue12382@psf.upfronthosting.co.za>
In-reply-to
Content
I'd add them to msierror, with no inclusion of the file name.

If you want the file name in the exception, you should uniformly apply this to all errors in OpenDatabase, and then subclass MSIError to, say, MSIOpenError which includes a .filename attribute.
History
Date User Action Args
2011-06-26 19:49:53loewissetrecipients: + loewis, markmcmahon, tim.golden, markm, Robin.Jarry
2011-06-26 19:49:53loewissetmessageid: <1309117793.38.0.991662363633.issue12382@psf.upfronthosting.co.za>
2011-06-26 19:49:52loewislinkissue12382 messages
2011-06-26 19:49:52loewiscreate