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 brett.cannon, eric.snow
Date 2012-08-22.19:45:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345664718.23.0.712313947558.issue15767@psf.upfronthosting.co.za>
In-reply-to
Content
In issue 15316 (msg168896, Brett Cannon):

  Create a ModuleNotFoundError exception that subclasses ImportError
  and catch that (breaks doctests and introduces a new exception that
  people will need to be aware of, plus the question of whether it
  should just exist in importlib or be a builtin)

While it's too late to go into 3.3, this is a reasonable addition for 3.4.  Perhaps other ImportError subclasses are warranted, but they can be addressed separately.
History
Date User Action Args
2012-08-22 19:45:18eric.snowsetrecipients: + eric.snow, brett.cannon
2012-08-22 19:45:18eric.snowsetmessageid: <1345664718.23.0.712313947558.issue15767@psf.upfronthosting.co.za>
2012-08-22 19:45:17eric.snowlinkissue15767 messages
2012-08-22 19:45:17eric.snowcreate