Guido van Rossum wrote:
> I think the final proposal looked like this:
>
> def name(arg, ...) [expr, ...]:
> ...body...
I thought it was:
def name [expr, ...] (arg, ...):
...body...
That's the extension we are using for PTL.
Neil