Retry: Question about FutureWarning
A.T.Hofkamp
hat at se-162.se.wtb.tue.nl
Wed Aug 15 10:08:33 EDT 2007
On 2007-08-15, Paul McGuire <ptmcg at austin.rr.com> wrote:
> On Aug 14, 8:49 pm, Erik Max Francis <m... at alcyone.com> 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
More information about the Python-list
mailing list