[Python-Dev] Assignment to None

Leif Walsh adlaiff6 at gmail.com
Thu Jun 12 19:13:45 CEST 2008


I haven't been following this thread very closely, so I'm not sure
what the status is, but I'd just like to point out that yesterday I
used the fact that a[None] = b works, when I used the @memoize
decorator from the wiki.  This seems to provide an argument that, for
symmetry's sake, we might want to keep a.None = b as well.

--
Cheers,
Leif


More information about the Python-Dev mailing list