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 <20140126132354.GA6550@sleipnir.bytereef.org>
In-reply-to <1390739828.14.0.848337591258.issue20326@psf.upfronthosting.co.za>
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