Alexander Steffen
|
55f33240f3
|
all: Use the name MicroPython consistently in comments
There were several different spellings of MicroPython present in comments,
when there should be only one.
|
2017-07-31 18:35:40 +10:00 |
Damien George
|
89267886cc
|
py/objlist: For list slice assignment, allow RHS to be a tuple or list.
Before this patch, assigning anything other than a list would lead to a
crash. Fixes issue #2886.
|
2017-02-20 15:09:59 +11:00 |
Paul Sokolovsky
|
3f8d34ca83
|
objlist: Support list slice deletion.
|
2014-05-10 23:03:30 +03:00 |
Paul Sokolovsky
|
94d8246272
|
objlist: Implement non-growing slice assignment.
Slice value to assign can be only a list so far too.
|
2014-05-10 22:24:31 +03:00 |