[issue1491804] Simple slice support for list.sort() and .reverse()

2010-09-22 Thread R. David Murray
Changes by R. David Murray : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue1491804] Simple slice support for list.sort() and .reverse()

2010-09-22 Thread R. David Murray
R. David Murray added the comment: In fact, I find the proposed syntax *less* obvious than the slice syntax, for sorted. IOW, I'd be -1 on adding these to sorted. The potentially useful case is between l[a:b] = sorted(l[a:b}) vs l.sort(start=a, stop=b) where the interesting bit i

[issue1491804] Simple slice support for list.sort() and .reverse()

2010-08-12 Thread Raymond Hettinger
Raymond Hettinger added the comment: I'm rejecting this feature request on the grounds that the use cases are sufficiently uncommon to warrant adding API complexity. Currently, the notions of reverse() and sort() are comparatively simple. They correspond well to what I see in other languag

[issue1491804] Simple slice support for list.sort() and .reverse()

2010-08-11 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: -> rhettinger nosy: +rhettinger priority: normal -> low versions: +Python 3.3 -Python 3.2 ___ Python tracker ___ __

[issue1491804] Simple slice support for list.sort() and .reverse()

2010-08-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue1491804] Simple slice support for list.sort() and .reverse()

2010-07-19 Thread Mark Lawrence
Mark Lawrence added the comment: I can't see any sense in doing a patch review on this until there is agreement that the patch is actually needed. Having read the initially referenced thread on groups.google.de I'm not convinced that this is going to happen. -- nosy: +BreamoreBoy __

[issue1491804] Simple slice support for list.sort() and .reverse()

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> patch review type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker ___