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 eric.snow
Recipients Arfrever, barry, brett.cannon, eric.smith, eric.snow, georg.brandl, ncoghlan, pje, python-dev
Date 2012-08-03.03:59:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343966347.39.0.55304371659.issue15502@psf.upfronthosting.co.za>
In-reply-to
Content
The more I think about it the more I think there needs to be a harder separation between the import system proper and the path-based subsystem.  I hadn't really thought of it this way until the discussion of the last few days, but it has really clicked in my mind.

The new "import system" in the language reference already does a pretty good job of this.  I'll try to get a patch up in the next few days that shows what I mean.
History
Date User Action Args
2012-08-03 03:59:07eric.snowsetrecipients: + eric.snow, barry, brett.cannon, georg.brandl, pje, ncoghlan, eric.smith, Arfrever, python-dev
2012-08-03 03:59:07eric.snowsetmessageid: <1343966347.39.0.55304371659.issue15502@psf.upfronthosting.co.za>
2012-08-03 03:59:06eric.snowlinkissue15502 messages
2012-08-03 03:59:06eric.snowcreate