[Python-Dev] Re: @decorators, the PEP and the "options" out there?

Nicolas Fleury nidoizo at yahoo.com
Thu Aug 5 23:55:00 CEST 2004


Martin v. Löwis wrote:
> Nicolas Fleury wrote:
>> accepts(int,int,def)
>> returns(float,def)
>> def bar(low,high):
> 
> That doesn't work. If accepts and returns are callables
> (as they should be), then this already means something
> in current Python. So this would not be backwards
> compatible.

I'm sorry (I don't like that solution at all honestly), but what passing 
"def" to a callable means in current Python?  It is not accepted by my 
interactive shell...

Regards,
Nicolas



More information about the Python-Dev mailing list