New Python 3.0 string formatting - really necessary?

Steven D'Aprano steve at REMOVE-THIS-cybersource.com.au
Fri Dec 19 20:54:43 EST 2008


On Fri, 19 Dec 2008 10:44:25 -0800, r wrote:

> And lets not forget Python forcing of indention, that is Pythons
> greatest strength!

Oh "r", haven't you heard? Python has braces too. Just start your code 
with 

from __future__ import braces


and see what happens.


-- 
Steven



More information about the Python-list mailing list