[Python-Dev] Extended Function syntax

Oren Tirosh oren-py-d@hishome.net
Mon, 27 Jan 2003 20:24:06 +0200


On Mon, Jan 27, 2003 at 04:22:52PM +0000, Michael Hudson wrote:
> 
> So we're around to suggesting 
> 
> def <arbitrary-rvalue>(params):
>     ...

I hope you're joking...

Just in case you are not: a fully-qualified name consists of identifiers 
separated by dots. It's not an arbitrary expression. At least that's how 
it works in the Python module namespace.

    Oren