"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
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
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
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