|
|
What’s New in Python 2.6 — Python v2.6.4 documentationhttp://docs.python.org/whatsnew/2.6.html#pep-3101-advanced-string-formatting
What’s New in Python 2.6 is a nice document. It can also be a good place to explore what is coming in Python 3.0. This particular bit is about the .format() method on a str(), one of the most popular features new in 2.6 that I like to use if I don't have to support 2.5 |