[Patches] [Patch #100752] Make atoi work for negative bases, a useful generalization

Moshe Zadka Moshe Zadka <moshez@math.huji.ac.il>
Fri, 7 Jul 2000 15:55:33 +0300 (IDT)


On Thu, 6 Jul 2000 noreply@sourceforge.net wrote:

> Patch #100752 has been updated. 

I'm -0. I haven't yet seen a single place to use such a thing, and it's
certainly weird enough. Aside from corner cases, 

int(s, x) == -int(s, -x)

So the functionality is there. 

However, it's certainly a welcome change to change the documentation and
add test cases....

--
Moshe Zadka <moshez@math.huji.ac.il>
There is no GOD but Python, and HTTP is its prophet.