<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><head><style>p {margin:0px;padding:0px;} blockquote { border: 0px; margin-top: 0px; margin-bottom: 0px; }</style></head><body style="">
<font color="#000000" face="Verdana" size="2">Hi,<br><blockquote type="cite">Actually, delslice() never worked in 2.0 and was removed from the operator<br>module in Py3. It's also easily replaced with operator.delitem(x, slice()).<br><br>So I won't change the current behaviour.</blockquote></font><p> </p><p><font color="#000000" face="Verdana" size="2">I've been running on some frozen 2.0alpha state for a while now so I probably missed</font></p><p>__delslice__ and cohorts going away.</p><p> </p><p>Anyhow, I should've looked into the Py3 what's new stuff rather than the operator module</p><p>documentation which is not yet up-to-date with regard to these deprecations.</p><p> </p><p>I'll use operator.delitem, then.</p><p> </p><p>Thanks for the clarification</p><p>H. </p><div class="signature"><br /><br /><br />-- <br />Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten <br />Browser-Versionen downloaden: http://www.gmx.net/de/go/browser</div></body></html>