Message 209308 - Python tracker

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.

Content
I like the "sig=" and the "$".  There seems to be a small glitch in __rdivmod__:

help(int.__rdivmod__)

__rdivmod__(<self>, value)
    sig=($self, value)
    Returns divmod(value, self).

The sig line is shown (and the preferred form is the imperative "Return divmod").