Re: [IronPython] Float index incompatibility

2006-10-10 Thread Dino Viehland
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

[IronPython] Float index incompatibility

2006-10-09 Thread Sanghyeon Seo
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