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