New submission from C Moss <cm.byu....@gmail.com>:

The expression int("0",0) throws an exception, though the expectation would be 
to return 0 (zero).

int("0x0",0) == 0
int("00",0) = 0

----------
components: None
messages: 106554
nosy: cmoss60
priority: normal
severity: normal
status: open
title: int("0",0) throws exception
type: behavior
versions: Python 2.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8825>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to