Warren DeLano wrote:
A bottom line / pragmatic question... hopefully not a FAQ.

Why was it necessary to make "as" a reserved keyword?
<cut>
Because it can be used at the import statement to let the imported thing be known under another name?
Something like:

>>> import xml.etree.ElementTree as ET

--
mph
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to