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 Arfrever, brett.cannon, chris.jerdonek, christopherthemagnificent, eric.araujo, georg.brandl, ncoghlan, python-dev
Date 2012-07-15.08:10:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3WZgR03fxhzPCQ@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, brett.cannon, georg.brandl, ncoghlan, eric.araujo, Arfrever, christopherthemagnificent, chris.jerdonek
2012-07-15 08:10:05python-devlinkissue15343 messages
2012-07-15 08:10:05python-devcreate