On Feb 22, 3:25 pm, Keshav Kini <[email protected]> wrote: > For example the construction > > "stuff %s stuff" % dictionary > > is deprecated and in fact does not even work in Python 3.
Oops - sorry, this is wrong. It still works in Python 3.1, but according to http://docs.python.org/release/3.1.2/whatsnew/3.0.html "The plan is to eventually make [PEP 3101's Advanced String Formatting] the only API for string formatting, and to start deprecating the % operator in Python 3.1". -Keshav -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
