New submission from Vedran Čačić:

Please look at the output of help(object.__ge__).

1. What's that $ in front of self? lt and gt don't have it.

2. What's that / as a third argument? Many wrapper functions have it (for 
example, see help(tuple.__len__).

3. What's that -- as the first line of doc? Similar methods don't have it.

----------
assignee: docs@python
components: Documentation
messages: 216899
nosy: Vedran.Čačić, docs@python
priority: normal
severity: normal
status: open
title: Bizarre help
versions: Python 3.4

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

Reply via email to