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 eric.snow
Recipients Arfrever, brett.cannon, eric.snow, ncoghlan, pitrou, vstinner
Date 2011-10-17.17:02:25
SpamBayes Score 4.998883e-09
Marked as misclassified No
Message-id <1318870946.5.0.55917483865.issue13192@psf.upfronthosting.co.za>
In-reply-to
Content
Are you suggesting raising the OSError (or something else) rather than an ImportError?  If so, would it make sense to chain the exception instead.  That way the existing code that expects ImportError continues to work, while still allowing access to the original error through __cause__.
History
Date User Action Args
2011-10-17 17:02:26eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan, pitrou, vstinner, Arfrever
2011-10-17 17:02:26eric.snowsetmessageid: <1318870946.5.0.55917483865.issue13192@psf.upfronthosting.co.za>
2011-10-17 17:02:25eric.snowlinkissue13192 messages
2011-10-17 17:02:25eric.snowcreate