why no ++?

plakal at nospam-cs.wisc.edu plakal at nospam-cs.wisc.edu
Sun Aug 19 21:57:12 EDT 2001


plakal at nospam-cs.wisc.edu wrote:
> Alex Martelli <aleax at aleax.it> wrote:
>>     y.a = b,c,d = x.e = wower()
>
> 	      y.a = wower()
>               b,c,d = y.a
>               x.e = y.a

	Never mind, I was dumb and
	forgot about __setattr__
	and __getattr__.

	Manoj




More information about the Python-list mailing list