New submission from icedream91:

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.

----------
assignee: docs@python
components: Documentation
messages: 192034
nosy: docs@python, icedream91
priority: normal
severity: normal
status: open
title: Not Clear Docs
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18326>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to