Fix array.array.insert(), so that it treats negative indices as
being relative to the end of the array, just like list.insert() does. This closes SF bug #739313.
Showing
Please register or sign in to comment
being relative to the end of the array, just like list.insert() does. This closes SF bug #739313.