InstrumentedList.__setslice__ wrapper truncates data

Issue #529 resolved
jek created an issue

InstrumentedList.setslice(start,end,values) wrapper proxied the slice operation as start: instead of start:end, truncating the data.

Comments (3)

  1. Log in to comment