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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to