py/objslice: Remove long-obsolete comment about enhancing slice object.
Commit afaaf535e6cfaf599432b13a2fbe9373e6a2c4b8 made this comment obsolete.
This commit is contained in:
parent
76355c8863
commit
baa83a0c6d
@ -34,8 +34,6 @@
|
|||||||
|
|
||||||
#if MICROPY_PY_BUILTINS_SLICE
|
#if MICROPY_PY_BUILTINS_SLICE
|
||||||
|
|
||||||
// TODO: This implements only variant of slice with 2 integer args only.
|
|
||||||
// CPython supports 3rd arg (step), plus args can be arbitrary Python objects.
|
|
||||||
typedef struct _mp_obj_slice_t {
|
typedef struct _mp_obj_slice_t {
|
||||||
mp_obj_base_t base;
|
mp_obj_base_t base;
|
||||||
mp_obj_t start;
|
mp_obj_t start;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user