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 ncoghlan
Recipients Julian.Gindi, Tim.Graham, berker.peksag, bignose, brett.cannon, davidszotten@gmail.com, eric.snow, ezio.melotti, ncoghlan, rhettinger, serhiy.storchaka
Date 2016-10-12.14:49:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476283782.88.0.232291094622.issue21720@psf.upfronthosting.co.za>
In-reply-to
Content
Right, Python 2.7 import is what it is at this point - if folks want something more modern, they can take a look at importlib2 :)

In this case, I think just reporting the first failing item is fine, and mentioning the type of that item in the error message is the most useful additional information we can provide to make things easier to debug.
History
Date User Action Args
2016-10-12 14:49:42ncoghlansetrecipients: + ncoghlan, brett.cannon, rhettinger, ezio.melotti, bignose, eric.snow, berker.peksag, serhiy.storchaka, Julian.Gindi, davidszotten@gmail.com, Tim.Graham
2016-10-12 14:49:42ncoghlansetmessageid: <1476283782.88.0.232291094622.issue21720@psf.upfronthosting.co.za>
2016-10-12 14:49:42ncoghlanlinkissue21720 messages
2016-10-12 14:49:42ncoghlancreate