Message205651
> After patch:
> round(1.23, 0) => 1 not 1.0
> round(4.67, 0) => 5 not 5.0
Please no! Two-argument round should continue to return a float in all cases.
The docs should be fixed. |
|
Date |
User |
Action |
Args |
2013-12-09 08:30:47 | mark.dickinson | set | recipients:
+ mark.dickinson, docs@python, JBernardo, vajrasky |
2013-12-09 08:30:47 | mark.dickinson | set | messageid: <1386577847.69.0.681233550112.issue19933@psf.upfronthosting.co.za> |
2013-12-09 08:30:47 | mark.dickinson | link | issue19933 messages |
2013-12-09 08:30:47 | mark.dickinson | create | |
|