Message 186813 - Python tracker (original) (raw)
Message186813
| Author | mark.dickinson |
|---|---|
| Recipients | mark.dickinson |
| Date | 2013-04-13.20:02:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | 1365883340.94.0.61379859162.issue17722@psf.upfronthosting.co.za |
| In-reply-to |
| Content |
|---|
| Benjamin pointed out on #python-dev that the builtin round function should be using _PyObject_LookupSpecial to look up the __round__ method. Here's a fix. |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-04-13 20:02:20 | mark.dickinson | set | recipients: + mark.dickinson |
| 2013-04-13 20:02:20 | mark.dickinson | set | messageid: 1365883340.94.0.61379859162.issue17722@psf.upfronthosting.co.za |
| 2013-04-13 20:02:20 | mark.dickinson | link | issue17722 messages |
| 2013-04-13 20:02:20 | mark.dickinson | create |