[Import-SIG] PEP 402: specification questions

PJ Eby pje at telecommunity.com
Thu Nov 10 19:28:22 CET 2011


On Thu, Nov 10, 2011 at 1:14 PM, "Martin v. Löwis" <martin at v.loewis.de>wrote:

> That already fails with PEP 402: you can't import the virtual package,
> only the subpackages. It then just stops with that import failed, and
> doesn't even try to look for subpackages. So specification and
> implementation really match here - it's not just an implementation
> bug.
>

Right - you found a bug in the spec, in that it should either explicitly
amend the from-import algorithm to treat the first import the same as an
AttributeError, or else say, "use 'import zope.interface as interface'
instead".
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/import-sig/attachments/20111110/c315a115/attachment.html>


More information about the Import-SIG mailing list