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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15502>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to