weimingtom / tinypy

Automatically exported from code.google.com/p/tinypy
Other
1 stars 0 forks source link

Range does not accept only one argument #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If one runs `print(range(10))`, tinypython will raise an:

Exception:
tp_get: KeyError: 0

Original issue reported on code.google.com by Bailey.D.R@gmail.com on 5 Apr 2008 at 10:48

GoogleCodeExporter commented 8 years ago
In current tinypy, range() can only accept restrict three arguments.

Original comment by ybc2084@gmail.com on 22 Apr 2008 at 5:17

GoogleCodeExporter commented 8 years ago
I fixed this issue at the same time as issue #5.  Please see the patch in issue 
#5.

Original comment by dwhall...@gmail.com on 25 Apr 2008 at 5:51

GoogleCodeExporter commented 8 years ago

Original comment by philhas...@gmail.com on 26 Apr 2008 at 12:12