Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #62467 > unrolled thread

sort(*, key=None, reverse=None)

Started byMark Lawrence <breamoreboy@yahoo.co.uk>
First post2013-12-21 07:16 +0000
Last post2013-12-21 07:16 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  sort(*, key=None, reverse=None) Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-21 07:16 +0000

#62467 — sort(*, key=None, reverse=None)

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2013-12-21 07:16 +0000
Subjectsort(*, key=None, reverse=None)
Message-ID<mailman.4453.1387610202.18130.python-list@python.org>
The subject refers to the list sort method given here 
http://docs.python.org/3/library/stdtypes.html#list.  I believe that the 
"*," bit is simply a typo, given that the docs also state "sort() 
accepts two arguments that can only be passed by keyword".  Am I correct?

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web