joe-greenawalt / skulpt

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

range on splice #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(and maybe lhs splice?)
a = [1,2,3,4,5,6]
b = [9,9,9]
a[::2] = b
doesn't work

Original issue reported on code.google.com by sgraham on 9 Aug 2009 at 7:08

GoogleCodeExporter commented 9 years ago

Original comment by sgraham on 9 Aug 2009 at 7:14