commit | 0e371f2cb6178de7344c97e4a546703c4bba140e | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed May 12 20:55:56 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed May 12 20:55:56 2004 +0000 |
tree | 52fd07c90da0c60ee0c65fa991f7d27db49f00c3 | |
parent | fd3f4fb7b114e177767568da35eee2241a8eda18 [diff] |
Make sure "del d[n]" is properly supported. Was necessary because the same method that implements __setitem__ also implements __delitem__. Also, there were several good use cases (removing items from a queue and implementing Forth style stack ops).