[issue15502] Meta path finders and path entry finders are different, but share an ABC

Nick Coghlan report at bugs.python.org
Thu Aug 2 15:15:34 CEST 2012


Nick Coghlan added the comment:

OK, that last commit (along with one I did earlier for the import statement) brought over all the fixes I was previously overly hasty in committing to Barry's importdocs branch.

I've decided I can live with "regular packages" as the term for initialised packages (especially given the drawn out arguments on import-sig with the namespace package PEPs). If it becomes an anachronism by the time 4.0 rolls around, well, so be it.

The last big issue to be resolved is the terminology conflict between importlib.PathFinder, "path importer" and "importer. I think the first thing to try there is a rename to "importlib.PathImportFinder" and "path import finder" to see how well it reads.

My current feeling is that the result will have to be pretty horrible to make changing the long standing definition of "importer" to look like a superior option :)

I'm busy for the next couple of days though, so this may not make beta2

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15502>
_______________________________________


More information about the Python-bugs-list mailing list