Message 106432 - Python tracker
Message106432
| Author | mark.dickinson |
|---|---|
| Recipients | belopolsky, mark.dickinson, mcherm, rhettinger, stutzbach, tim.peters, vstinner |
| Date | 2010-05-25.12:57:41 |
| SpamBayes Score | 0.00722753 |
| Marked as misclassified | No |
| Message-id | <1274792265.06.0.402512881543.issue1289118@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There's a patch in issue 8817 that exposes a round-to-nearest form of divmod in a function called _PyLong_Divmod_Near; this would save on duplication of code. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-05-25 12:57:45 | mark.dickinson | set | recipients: + mark.dickinson, tim.peters, mcherm, rhettinger, belopolsky, vstinner, stutzbach |
| 2010-05-25 12:57:45 | mark.dickinson | set | messageid: <1274792265.06.0.402512881543.issue1289118@psf.upfronthosting.co.za> |
| 2010-05-25 12:57:41 | mark.dickinson | link | issue1289118 messages |
| 2010-05-25 12:57:41 | mark.dickinson | create | |