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 serhiy.storchaka
Recipients Arfrever, Guido.van.Rossum, asvetlov, barry, brett.cannon, chris.jerdonek, cvrebert, eric.snow, ezio.melotti, gvanrossum, pitrou, python-dev, serhiy.storchaka, theller
Date 2013-07-02.07:16:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372749390.54.0.352874671477.issue15767@psf.upfronthosting.co.za>
In-reply-to
Content
If most user code should catch a ModuleNotFoundError exception, perhaps it will be better rename old ImportError to ImportlibError (or ImportingError, or ImportMachineryError, or BaseImportError) and new ModuleNotFoundError to ImportError. This will left most existing user code untouched.
History
Date User Action Args
2013-07-02 07:16:30serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, barry, brett.cannon, theller, pitrou, ezio.melotti, Arfrever, cvrebert, asvetlov, chris.jerdonek, python-dev, eric.snow, Guido.van.Rossum
2013-07-02 07:16:30serhiy.storchakasetmessageid: <1372749390.54.0.352874671477.issue15767@psf.upfronthosting.co.za>
2013-07-02 07:16:30serhiy.storchakalinkissue15767 messages
2013-07-02 07:16:30serhiy.storchakacreate