How to convert a "long in a string" to a "long"?

Sion Arrowsmith siona at chiark.greenend.org.uk
Fri Nov 18 12:32:59 EST 2005


Steven Bethard  <steven.bethard at gmail.com> wrote:
>ondekoza at gmail.com wrote:
>> s = long("0xffffffffL")
>> ValueError: invalid literal for long(): 0xffffffffL
> >>> int("0xffffffff", 0)
>4294967295L

So why does the base argument to int() (or long()) default to
10 and not 0?

-- 
\S -- siona at chiark.greenend.org.uk -- http://www.chaos.org.uk/~sion/
  ___  |  "Frankly I have no feelings towards penguins one way or the other"
  \X/  |    -- Arthur C. Clarke
   her nu becomeþ se bera eadward ofdun hlæddre heafdes bæce bump bump bump



More information about the Python-list mailing list