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

Bengt Richter bokr at oz.net
Mon Aug 5 18:20:19 EDT 2002


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

Regards,
Bengt Richter



More information about the Python-list mailing list