Arnd Baecker wrote: >>set_numeric_ops(remainder=mod) >> >>will give you the behavior you seek. >> >> > >Wow - that's cool! > > >Still I am in faviour of % behaving the same way for arrays >and scalars as default. > > Done. People who need the old behavior can set their numeric ops, as they wish. -Travis