Draft Pep (was: Re: Let's Talk About Lambda Functions!)

Bengt Richter bokr at oz.net
Tue Aug 6 13:40:16 EDT 2002


On 5 Aug 2002 22:20:19 GMT, bokr at oz.net (Bengt Richter) wrote:

>On 05 Aug 2002 08:04:58 -0400, pinard at iro.umontreal.ca (=?iso-8859-1?q?Fran=E7ois?= Pinard) wrote:
>[...]
>>The `def' name is not intrinsic.  We all know it is a mere binding.  The real
>I'm not sure what you mean. It doesn't seem to like being rebound:
>
> >>> def = 123
>   File "<string>", line 1
>     def = 123
>         ^
> SyntaxError: invalid syntax
>
Of course you meant the name after the `def' -- not `def' itself. I am too literal sometimes ;-/

Regards,
Bengt Richter



More information about the Python-list mailing list