Improve list.__delitem__ index handling
We already did proper index handling in setitem but hadn't ported it to delitem; now delitem just delegates to setitem.
Showing
Please register or sign in to comment
We already did proper index handling in setitem but hadn't ported it to delitem; now delitem just delegates to setitem.