On Wednesday 07 June 2006 01:45, Edwin Leuven wrote:
> i = i + 1

  For 1.5.x it is acceptable (and recommended) to use

  i += 1

  It is easier to read and the restriction to use python 1.5.2 has been 
lifted. I know the code was there before but the warning remains. :-)

-- 
José Abílio

Reply via email to