python and macros (again) [Was: python3: 'where' keyword]

Fredrik Lundh fredrik at pythonware.com
Thu Jan 13 18:08:42 EST 2005


Paul Rubin wrote:

> Huh?  Expressions are not statements except when they're "expression
> statements"?  What kind of expression is not an expression statement?

any expression that is used in a content that is not an expression statement,
of course.

reading the python language reference should help you sort this one out.

</F> 






More information about the Python-list mailing list