This code snippet shows the problem:
s = "0" s[1, 1] = "1" p s
This should show s as "01" not throw Index out of bounds error.