Raymond Hettinger <python at rcn.com> wrote:
> > there are subtle issues like
> >
> > ('hello %s'
> > 'world' % 42)
>
> Thank goodness the % formatting operator is going away. Having the
> same precendence as the modulo-operation has not been a good thing.
Did I miss a PEP somewhere?
- Josiah