Tuple slices

Nick Coghlan ncoghlan at iinet.net.au
Wed Jan 26 06:04:59 EST 2005


jfj wrote:
> Actually, i think that slices with step, is a bad feature in general
> and i think I will write a PEP to suggest their removal in python3k.

I wouldn't bother. Extended slicing was added to support those doing serious 
numerical work in Python, and it won't get removed for all the reasons it was 
added in the first place.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at email.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://boredomandlaziness.skystorm.net



More information about the Python-list mailing list