Skip to content
Snippets Groups Projects
Commit baa83a0c authored by Damien George's avatar Damien George
Browse files

py/objslice: Remove long-obsolete comment about enhancing slice object.

Commit afaaf535 made this comment obsolete.
parent 76355c88
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,6 @@
#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 {
mp_obj_base_t base;
mp_obj_t start;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment