Re: [Python-Dev] __autoinit__ (Was: Proposal: reducing self.x=x; self.y=y; self.z=z boilerplate code)

2005-08-02 Thread Terry Reedy
"falcon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello python-list, > > As I Understood, semantic may be next: [snip] This was properly posted to the general Python discussion group/list. Reposted here, to the Python development list/group, it is offtopic. If you did not g

[Python-Dev] __autoinit__ (Was: Proposal: reducing self.x=x; self.y=y; self.z=z boilerplate code)

2005-08-02 Thread falcon
Hello python-list, As I Understood, semantic may be next: def qwerty(a,a.i,b,b.i,f.j): pass Would work like: def qwerty(anonymous1,anonymous2,anonymous3,anonymous4,anonymous5): (a,a.i,b,b.i,f.j)=(anonymous1,anonymous2,anonymous3,anonymous4,anonymous5) del anonymous1

Re: [Python-Dev] __autoinit__

2005-07-09 Thread Aahz
On Sat, Jul 09, 2005, Ralf W. Grosse-Kunstleve wrote: > > For those who didn't like my proposal a week ago, please have another > look: > > http://mail.python.org/pipermail/python-list/2005-July/289446.html > > Please reply only to python-list. Looks like you mis-sent this to python-dev; you pro

[Python-Dev] __autoinit__

2005-07-09 Thread Ralf W. Grosse-Kunstleve
For those who didn't like my proposal a week ago, please have another look: http://mail.python.org/pipermail/python-list/2005-July/289446.html Please reply only to python-list. Cheers, Ralf ___ Python-Dev mailing list Python-Dev@python.org http