On Fri, 01 Feb 2008 06:09:49 -0800, Paul McGuire wrote: > IIRC, the optimization of successive string concatentions is only > available when running Python on Windows. If you are running on Linux, > this should have more benefit.)
There's no reason to believe it is platform-dependent, although it is implementation-dependent (only works in CPython). It was introduced in Python 2.4: http://www.python.org/doc/2.4/whatsnew/node12.html -- Steven -- http://mail.python.org/mailman/listinfo/python-list