Re: [Python-Dev] extended slicing for lists

Michael Hudson <mwh21@cam.ac.uk> writes:
The patch is here, btw:
http://sourceforge.net/patch/?func=detailpatch&patch_id=100998&group_id=5470
And has now been updated to support assignments & deletions. I'm happy with deletions, but assignments seem to be a bit counter-intuitive - for example both of Guido's examples:
are wrong!
So I'd really appreciate it if people could play around with the patch and see if (a) they can break it (b) they like the way assignments behave (I am already hooked on the indexing & deletion). now-all-we-need-is-a-slice-expression-for-sorting-ly y'rs M. -- 59. In English every word can be verbed. Would that it were so in our programming languages. -- Alan Perlis, http://www.cs.yale.edu/homes/perlis-alan/quotes.html
participants (1)
-
Michael Hudson