Message 336868 - Python tracker (original) (raw)
Message336868
Author | azihdoeun |
---|---|
Recipients | azihdoeun, terry.reedy |
Date | 2019-02-28.21:07:43 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1551388063.52.0.300657450058.issue36151@roundup.psfhosted.org |
In-reply-to |
Content |
---|
When calculating 11//3, the last digit of the decimals is wrongly rounded to 5 as obviously it needs to be rounded to 7. IDLE (Python 3.7 32-bit) |
History | |||
---|---|---|---|
Date | User | Action | Args |
2019-02-28 21:07:43 | azihdoeun | set | recipients: + azihdoeun, terry.reedy |
2019-02-28 21:07:43 | azihdoeun | set | messageid: 1551388063.52.0.300657450058.issue36151@roundup.psfhosted.org |
2019-02-28 21:07:43 | azihdoeun | link | issue36151 messages |
2019-02-28 21:07:43 | azihdoeun | create |