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 skrah
Recipients barry, brett.cannon, gennad, gvanrossum, jkloth, larry, ncoghlan, serhiy.storchaka, skrah, yselivanov, zach.ware
Date 2014-01-26.13:23:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to <[email protected]>
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").
History
Date User Action Args
2014-01-26 13:23:54skrahsetrecipients: + skrah, gvanrossum, barry, brett.cannon, ncoghlan, larry, jkloth, gennad, zach.ware, serhiy.storchaka, yselivanov
2014-01-26 13:23:54skrahlinkissue20326 messages
2014-01-26 13:23:54skrahcreate