Python 3 - removal of the use of the string.atoi and string.atof functions.
These have been depreciated since Python 2.0!! They have been replace by the int and float functions.
Authored by: bugman 2012-10-01
Parent: [r17629]
Child: [r17631]