very simple Genetic Algorithm completed

Steven D'Aprano steve at REMOVE-THIS-cybersource.com.au
Fri Feb 1 18:41:24 EST 2008


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



More information about the Python-list mailing list