John Machin wrote:
> | >>> int("6A61E3AD")
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> ValueError: invalid literal for int(): 6A61E3AD
> | >>> int("6A61E3AD", 16)
> 1784800173
>
> What am I missing?
Ah, thankyou! I, on the other hand, looked at that code several times and
saw nothing ;)
I've fixed the code and it'll be fixed on the server soon (once apache
restarts itself).
Richard
--
http://mail.python.org/mailman/listinfo/python-list
