Message250113
| Author | mark.dickinson |
|---|---|
| Recipients | BreamoreBoy, aconrad, belopolsky, larry, mark.dickinson, python-dev, r.david.murray, tbarbugli, tim.peters, trcarden, vivanov, vstinner |
| Date | 2015-09-07.15:09:27 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1441638568.2.0.485918479752.issue23517@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
FWIW, count me as +1 on roundTiesToEven, mostly just for consistency. It's easier to remember that pretty much everything in Python 3 does round-ties-to-even (round function, string formatting, float literal evaluations, int-to-float conversion, Fraction-to-float conversion, ...) than to have to remember that there's a handful of corner cases where we do roundTiesToAway instead. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-09-07 15:09:28 | mark.dickinson | set | recipients: + mark.dickinson, tim.peters, belopolsky, vstinner, larry, r.david.murray, aconrad, BreamoreBoy, vivanov, python-dev, tbarbugli, trcarden |
| 2015-09-07 15:09:28 | mark.dickinson | set | messageid: <1441638568.2.0.485918479752.issue23517@psf.upfronthosting.co.za> |
| 2015-09-07 15:09:28 | mark.dickinson | link | issue23517 messages |
| 2015-09-07 15:09:27 | mark.dickinson | create | |