Message 158908 - Python tracker

Message158908

Author eric.snow
Recipients Arfrever, berker.peksag, brett.cannon, eric.araujo, eric.snow, meador.inge, pitrou, python-dev
Date 2012-04-21.02:07:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334974026.01.0.249902126402.issue13959@psf.upfronthosting.co.za>
In-reply-to
Content
I'd still like to consider this a bit more.  When you're trying to understand imports, having one place to look (Lib/importlib/_bootstrap.py) is better than two, especially when the one is pure Python code.  So it still may be worth it to pull in the odds and ends that play into that.
History
Date User Action Args
2012-04-21 02:07:06eric.snowsetrecipients: + eric.snow, brett.cannon, pitrou, eric.araujo, Arfrever, meador.inge, python-dev, berker.peksag
2012-04-21 02:07:06eric.snowsetmessageid: <1334974026.01.0.249902126402.issue13959@psf.upfronthosting.co.za>
2012-04-21 02:07:05eric.snowlinkissue13959 messages
2012-04-21 02:07:05eric.snowcreate