Fix SF bug #443600:
Change to get/set/del slice operations so that if the object doesn't support slicing, *or* if either of the slice arguments is not an int or long, we construct a slice object and call the get/set/del item operation instead. This makes it possible to design classes that support slice arguments of non-integral types.
G
Guido van Rossum committed
50d756e262fc6804336e5a624aee0d885a195973
Parent: b60f2d0