summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/del-attr.py
Commit message (Collapse)AuthorAge
* tests: Oops: fix del-attr.Damien George2014-04-08
|
* 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).