"Crutcher Dunnavant" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I don't really care how it gets spelled. In the current system, I > _have_ to break the context spec up on multiple lines,
I consider that a plus. It is part of Python's basic indented statement structure, which makes it easy to read. Also, it is possibly more common to have more that one statement in outer context. >_despite_ the fact that we have list comprehension semantics. The problem and danger with lcs is that they can be used to turn perfectly readable code into something much less readable. They are useful for compact expressions that can be easily comprehended in one reading, but can be pushed too far. Terry Jan Reedy _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
