[Import-SIG] PEP 420: Implicit Namespace Packages

Nick Coghlan ncoghlan at gmail.com
Fri May 4 00:20:16 CEST 2012


I'd still prefer to just officially bless the existing "<whatever>"
convention for non-filesystem imports over encouraging type checks on
__loader__ or defining a new introspection interface for loaders.

If we say "this is the stdlib convention" people are going to start using
the same check as is now used in traceback.py

The precedent is there with code objects, and I think it's a good example
to follow.

Cheers,
Nick.

--
Sent from my phone, thus the relative brevity :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/import-sig/attachments/20120504/f0f3cdd6/attachment-0001.html>


More information about the Import-SIG mailing list