
18 May
2009
18 May
'09
10:17 p.m.
On Mon, May 18, 2009 at 1:53 PM, Pascal Chambon chambon.pascal@wanadoo.fr wrote: <snip>
Else, concerning the syntax for "dynamic" default arguments, I guesse somethng like :
def func(a, b @= []): pass
would be OK, wouldn't it ?
The BDFL has condemned introducing new assignment operators. See http://www.python.org/dev/peps/pep-3099/ :
"There will be no alternative binding operators such as :=."
Cheers, Chris