Make int("...") return a long if an int would overflow.
Also remove the 512 character limitation for int(u"...") and long(u"..."). This closes SF bug #629989.
Showing
Please register or sign in to comment
Also remove the 512 character limitation for int(u"...") and long(u"..."). This closes SF bug #629989.