On Mon, Mar 16, 2015 at 6:32 PM, Dave Angel <da...@davea.name> wrote:
> Assuming Python 3.x of course.  if you're in Python 2, you'd use "long"
> rather than int.

Not sure you need to bother. Even in Py2, you can use the int
constructor to get a long.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to