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 brett.cannon
Recipients barry, brett.cannon, eric.araujo, eric.snow, georg.brandl, larry, ncoghlan, skrah
Date 2012-07-31.13:08:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343740084.76.0.0632744992859.issue15295@psf.upfronthosting.co.za>
In-reply-to
Content
While saying "default path importer" vs. "meta path finder" somewhat muddles the term "importer", it definitely gets the point across that PathFinder does a lot more than any other default meta path finder. While _we_ might know that import does nothing more than call a method on sys.meta_path and has no concept of sys.path and friends, most people will consider the default path importer as part of import's semantics and thus not make the distinction.

IOW I like Nick's suggestion.
History
Date User Action Args
2012-07-31 13:08:04brett.cannonsetrecipients: + brett.cannon, barry, georg.brandl, ncoghlan, larry, eric.araujo, skrah, eric.snow
2012-07-31 13:08:04brett.cannonsetmessageid: <1343740084.76.0.0632744992859.issue15295@psf.upfronthosting.co.za>
2012-07-31 13:08:04brett.cannonlinkissue15295 messages
2012-07-31 13:08:04brett.cannoncreate