[lxml-dev] operator.delslice() not working with 2.1beta3

Stefan Behnel stefan_ml at behnel.de
Sun Jun 22 07:46:39 CEST 2008


Hi,

> Holger Joukl wrote:
>> I just realized that operator.delslice() does not work with 2.1beta3

Actually, delslice() never worked in 2.0 and was removed from the operator
module in Py3. It's also easily replaced with operator.delitem(x, slice()).

So I won't change the current behaviour.

Stefan



More information about the lxml-dev mailing list