summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/del-name.py
Commit message (Collapse)AuthorAge
* py: Remove DELETE_SUBSCR opcode, combine with STORE_SUBSCR.Damien George2014-04-08
This makes the runtime and object APIs more consistent. mp_store_subscr functionality now moved into objects (ie list and dict store_item).