A bundle of questions from a Python newbie

Carel Fellinger cfelling at iae.nl
Thu Feb 21 21:08:00 EST 2002


Jeff Shannon <jeff at ccvcorp.com> wrote:
...
> IIRC, Slice objects (types.SliceType, etc) are deprecated, and objects wishing
> to use slice notation should use __getslice__() and __setslice__() [and,
> perhaps, __delslice__()] instead.

Nay, it's the other way round, those methods are depricated:)
(aacording to Python pocket reference sec. edition)

-- 
groetjes, carel



More information about the Python-list mailing list