<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2017-11-27 19:23 GMT+03:00 Paul Moore <span dir="ltr"><<a href="mailto:p.f.moore@gmail.com" target="_blank">p.f.moore@gmail.com</a>></span>:<br><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">It should be reasonably easy<br>
to do a code search for something like "=.*islice", to find code<br>
that's a candidate for using the proposed syntax. I suspect there's<br>
very little code like that.</blockquote><div><br></div><div>While isclice is something equivalent, it can be used in places like:</div><div><br></div><div>x, y = seq[:2]</div><div>x, y, z = seq[:3] </div><div><br></div><div>With kind regards, -gdg</div></div><br></div></div>