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 veky
Recipients docs@python, veky
Date 2014-04-20.10:07:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397988439.5.0.703056699862.issue21314@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-04-20 10:07:19vekysetrecipients: + veky, docs@python
2014-04-20 10:07:19vekysetmessageid: <1397988439.5.0.703056699862.issue21314@psf.upfronthosting.co.za>
2014-04-20 10:07:19vekylinkissue21314 messages
2014-04-20 10:07:18vekycreate