[Python-3000] Drop list.reverse()?

Raymond Hettinger python at rcn.com
Fri Feb 15 01:52:43 CET 2008


Would it be worthwhile to leave reversed(s) and s[::-1] as the two obvious ways to do it (ways that work with any Sequence, not just lists)?


Raymond


More information about the Python-3000 mailing list