[docs] [issue21314] Bizarre help

Vedran Čačić report at bugs.python.org
Sun Apr 20 12:07:19 CEST 2014


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 at python
components: Documentation
messages: 216899
nosy: Vedran.Čačić, docs at python
priority: normal
severity: normal
status: open
title: Bizarre help
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21314>
_______________________________________


More information about the docs mailing list