python doesn't like my numbers

paul k paul at subsignal.org
Sun Aug 22 17:01:11 EDT 2004


hi,

is there any way to convince python not to take my (phone)numbers 
starting with zero as octals?

 >>> int(088)
   File "<stdin>", line 1
     int(088)
           ^
SyntaxError: invalid token

thanks
  Paul



More information about the Python-list mailing list