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 python-dev
Recipients georg.brandl, ncoghlan, python-dev
Date 2012-07-15.08:10:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3WZgQz5BxvzPCQ@mail.python.org>
In-reply-to
Content
New changeset 3987667bf98f by Nick Coghlan in branch 'default':
Take the first step in resolving the messy pkgutil vs importlib edge cases by basing pkgutil explicitly on importlib, deprecating its internal import emulation and setting __main__.__loader__ correctly so that runpy still works (Affects #15343, #15314, #15357)
http://hg.python.org/cpython/rev/3987667bf98f
History
Date User Action Args
2012-07-15 08:10:05python-devsetrecipients: + python-dev, georg.brandl, ncoghlan
2012-07-15 08:10:04python-devlinkissue15357 messages
2012-07-15 08:10:04python-devcreate