On 1 Dec, 17:50, Mark Dickinson <dicki...@gmail.com> wrote: > On Dec 1, 2:03 pm, Mark Summerfield <l...@qtrac.plus.com> wrote: > > > I've produced a 4 page document that provides a very concise summary > > of Python 2<->3 differences plus the most commonly used new Python 3 > > features. > > Very nice indeed! > > My only quibble is with the statement on the first page that > the 'String % operator is deprecated'. I'm not sure that's > true, for all values of 'deprecated'. There don't appear > to be any definite plans for getting rid of it just yet. > > Mark
I didn't make this up:-) According to http://docs.python.org/dev/3.0/whatsnew/3.0.html "The plan is to eventually make this the only API for string formatting, and to start deprecating the % operator in Python 3.1." -- http://mail.python.org/mailman/listinfo/python-list