- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message209308
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:54 | skrah | set | recipients: + skrah, gvanrossum, barry, brett.cannon, ncoghlan, larry, jkloth, gennad, zach.ware, serhiy.storchaka, yselivanov |
| 2014-01-26 13:23:54 | skrah | link | issue20326 messages |
| 2014-01-26 13:23:54 | skrah | create | |

