PEP 328 update

Aahz aahz at pythoncraft.com
Wed May 5 10:22:43 EDT 2004


In article <c79lf7$1acck$1 at ID-169208.news.uni-berlin.de>,
Greg Ewing  <greg at cosc.canterbury.ac.nz> wrote:
>Carl Banks wrote:
>>
>> you can see why "import .ghi" is not clear.  OTOH, "from .
>> import ghi" is totally clear and unambiguous.
>
>But surely "import .ghi as jkl" is just as clear and unambiguous? Why
>shouldn't *that* be allowed?

You'd have to ask on python-dev; despite MWH's comment, I still suspect
that Python's grammar won't support it.  If Guido okays it, I'm happy to
add it.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

Adopt A Process -- stop killing all your children!



More information about the Python-list mailing list