Code you're trying to run:
int("3.2")
What does "real" Python output?
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ValueError: invalid literal for int() with base 10: '3.2'
What browser are you using? On what operating system?
Chrome 11.0 on OS X.6
Please provide any additional information.
Original issue reported on code.google.com by carnioja...@gmail.com on 29 Mar 2011 at 6:58
Original issue reported on code.google.com by
carnioja...@gmail.com
on 29 Mar 2011 at 6:58