ssion of IronPython
Subject: [IronPython] Float index incompatibility
Python 2.4.4c0 (#2, Oct 2 2006, 00:57:46) [GCC 4.1.2 20060928 (prerelease)
(Debian 4.1.1-15)] on linux2 Type "help", "copyright", "credits" or "license"
for more information.
>>&g
Python 2.4.4c0 (#2, Oct 2 2006, 00:57:46)
[GCC 4.1.2 20060928 (prerelease) (Debian 4.1.1-15)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> l = [0]
>>> l[0.5]
Traceback (most recent call last):
File "", line 1, in ?
TypeError: list indices must be integers