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 brett.cannon, eric.snow, ncoghlan
Date 2015-04-11.01:29:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428715778.23.0.540970510492.issue23911@psf.upfronthosting.co.za>
In-reply-to
Content
The bootstrap code has a clear division between the core import functionality and the path-based import machinery.  The attached patch makes that division explicit by moving the latter into its own module.  The module is also frozen, necessarily.  In addition to clearly distinguishing the two parts, this division will help with some later work that I'd like to do later with an encapsulated import system abstraction.

The patch uses the name "pathy" throughout, which I'll change to something more descriptive later.  I'll also add the news entry then.
History
Date User Action Args
2015-04-11 01:29:39eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan
2015-04-11 01:29:38eric.snowsetmessageid: <1428715778.23.0.540970510492.issue23911@psf.upfronthosting.co.za>
2015-04-11 01:29:37eric.snowlinkissue23911 messages
2015-04-11 01:29:37eric.snowcreate