> I would add that you should definitely use the // operator in this case > as this code will break in 2.4. 2.4? It seems that in PEP: 238, it will break only in 3.0 Does anyone can confirm ? " - Classic division will remain the default in the Python 2.x series; true division will be standard in Python 3.0. " Xavier