<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 15, 2014 at 3:46 PM, Mark Lawrence <span dir="ltr"><<a href="mailto:breamoreboy@yahoo.co.uk" target="_blank">breamoreboy@yahoo.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br></div></div>
I assume it's based on the concepts of slicing.  From the docs "s.insert(i, x) - inserts x into s at the index given by i (same as s[i:i] = [x])".</blockquote><div><br></div><div>Ah, right. It matches thigs like s[100:] which is the empty string if s is shorter than 100.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Although shouldn't that read s[i:i+1] = [x] ?<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div> <br></div><div>Should've stopped while you were ahead. :-)<br><br></div><div>'Nuff said.<br></div><div> </div></div>-- <br>--Guido van Rossum (<a href="http://python.org/~guido">python.org/~guido</a>)
</div></div>