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 brett.cannon, dstufft, larry, ncoghlan, python-dev
Date 2013-10-26.14:33:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382798022.09.0.68264878102.issue19409@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I figured out which commit broke it, too: the one that deprecated the imp module (see http://hg.python.org/cpython/rev/1b8f08c4efd5)

Previously, the importlib.machinery dependency was satisfied indirectly through imp.
History
Date User Action Args
2013-10-26 14:33:42ncoghlansetrecipients: + ncoghlan, brett.cannon, larry, python-dev, dstufft
2013-10-26 14:33:42ncoghlansetmessageid: <1382798022.09.0.68264878102.issue19409@psf.upfronthosting.co.za>
2013-10-26 14:33:42ncoghlanlinkissue19409 messages
2013-10-26 14:33:42ncoghlancreate