why brackets & commas in func calls can't be ommited? (maybe it could be PEP?)

Sebastian Kaliszewski sk at get.it.off.to.reply.z.pl
Thu Mar 22 07:24:20 EDT 2007


dmitrey wrote:
> if you want
> result = func1(func2(arg))
> you should use
> result = func1 (func2 arg)

This is in conflict with current meanig, Ergo it breaks old code

rgds
\SK



More information about the Python-list mailing list