On Wed, Dec 21, 2011 at 9:48 AM, Joshua Landau <joshua.landau...@gmail.com> wrote: > NOW (the PEP): > item = foreignfunc1~(item) > item = foreignfunc2~(item) > item = foreignfunc3~(item)
Just a note: PEP 225 does not actually include this syntax for arbitrary function calls. It only proposes to augment the arithmetic and assignment operators. -- http://mail.python.org/mailman/listinfo/python-list