[Python-Dev] Behavoir question.

Scott David Daniels Scott.Daniels at Acm.Org
Wed Nov 16 00:31:45 CET 2005


Since I am fiddling with int/long conversions to/from string:

Is the current behavior intentional (or mandatory?):

     v = int('       55555555555555555555555555555555555555555       ')
works, but:
     v = int('       55555555555555555555555555555555555555555L      ')
fails.

--Scott David Daniels
Scott.Daniels at Acm.Org



More information about the Python-Dev mailing list