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

2013-12-21 Thread Chris Angelico
On Sat, Dec 21, 2013 at 6:59 PM, Mark Lawrence wrote: > Now where was I... Australia! ChrisA [1] http://www.princessbride.8m.com/script.htm -- https://mail.python.org/mailman/listinfo/python-list

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

2013-12-21 Thread Mark Lawrence
On 21/12/2013 07:35, Chris Angelico wrote: On Sat, Dec 21, 2013 at 6:24 PM, Mark Lawrence wrote: On 21/12/2013 07:20, Devin Jeanpierre wrote: On Fri, Dec 20, 2013 at 11:16 PM, Mark Lawrence wrote: The subject refers to the list sort method given here http://docs.python.org/3/library/stdtyp

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

2013-12-20 Thread Chris Angelico
On Sat, Dec 21, 2013 at 6:24 PM, Mark Lawrence wrote: > On 21/12/2013 07:20, Devin Jeanpierre wrote: >> >> On Fri, Dec 20, 2013 at 11:16 PM, Mark Lawrence >> wrote: >>> >>> The subject refers to the list sort method given here >>> http://docs.python.org/3/library/stdtypes.html#list. I believe th

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

2013-12-20 Thread Chris Angelico
On Sat, Dec 21, 2013 at 6:16 PM, Mark Lawrence wrote: > 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 pass

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

2013-12-20 Thread Mark Lawrence
On 21/12/2013 07:20, Devin Jeanpierre wrote: On Fri, Dec 20, 2013 at 11:16 PM, Mark Lawrence wrote: 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() ac

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

2013-12-20 Thread Devin Jeanpierre
On Fri, Dec 20, 2013 at 11:16 PM, Mark Lawrence wrote: > 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 pas

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

2013-12-20 Thread Mark Lawrence
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, a