This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author icedream91
Recipients docs@python, icedream91
Date 2013-06-29.13:05:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372511136.61.0.278425078947.issue18326@psf.upfronthosting.co.za>
In-reply-to
Content
I think the documents talking about list.sort() in page 
http://docs.python.org/3/library/stdtypes.html#list.sort is not clear enough. What asterisk means in "sort(*, key=None, reverse=None)", may be cmp argument from Python 2, or anything else? Or it is a typo?

I think document should explain what this asterisk means.

Thanks.
History
Date User Action Args
2013-06-29 13:05:36icedream91setrecipients: + icedream91, docs@python
2013-06-29 13:05:36icedream91setmessageid: <1372511136.61.0.278425078947.issue18326@psf.upfronthosting.co.za>
2013-06-29 13:05:36icedream91linkissue18326 messages
2013-06-29 13:05:36icedream91create