The PEP says:
> Omitting the parentheses from this PEP's proposed syntax introduces many > syntactic ambiguities. > and: As the name's scope extends to the full current statement, even a block > statement, this can be used to good effect in the header of an if or while > statement Will the `from ... import ... as ... statement be a special case, because currently the following form is valid: from math import (tau as two_pi) With kind regards, -gdg
_______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/