[Python-Dev] Re: Python-Dev Digest, Vol 3, Issue 25
Skip Montanaro
skip at pobox.com
Mon Oct 13 18:51:52 EDT 2003
More information about the Python-Dev mailing list
Mon Oct 13 18:51:52 EDT 2003
- Previous message: [Python-Dev] Re: Python-Dev Digest, Vol 3, Issue 25
- Next message: [Python-Dev] Re: Python-Dev Digest, Vol 3, Issue 25
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>> I would also advocate an optional reverse=False argument, so that
>>
>> result = sort(names, reverse=True)
>>
>> is equivalent to
>>
>> result = sort(names)
>> result.reverse()
Guido> While we're at it, +1.
direction=[ascending|descending]
? Just a thought.
Skip
- Previous message: [Python-Dev] Re: Python-Dev Digest, Vol 3, Issue 25
- Next message: [Python-Dev] Re: Python-Dev Digest, Vol 3, Issue 25
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list