On 2007-08-15, Paul McGuire <[EMAIL PROTECTED]> wrote:
> On Aug 14, 8:49 pm, Erik Max Francis <[EMAIL PROTECTED]> wrote:
>
> So if by '0xFFFFFFFF' you meant -1, then change this line to use -1.
> Otherwise, if you really meant 4294967295L, leave it at 0xFFFFFFFF and
> move on.

A third option is to specify 0xFFFFFFFF as 0xFFFFFFFFL in the latter case to
get rid of the warning.

Albert
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to