In article <[email protected]>, Seebs <[email protected]> wrote:
> And that's the magic of static typing: It is not a false positive to > warn you that "2L" is not of type int. We'll have to agree to disagree about that. The numerical value 2 can safely be represented as an int, so I would consider this a false positive. rg -- http://mail.python.org/mailman/listinfo/python-list
