[issue36151] Incorrect answer when calculating 11//3

2019-02-28 Thread Aiden Zhou
Change by Aiden Zhou : Removed file: https://bugs.python.org/file48180/Screenshot (102)_LI.jpg ___ Python tracker <https://bugs.python.org/issue36151> ___ ___ Python-bug

[issue36151] Incorrect answer when calculating 11//3

2019-02-28 Thread Aiden Zhou
Change by Aiden Zhou : Added file: https://bugs.python.org/file48180/Screenshot (102)_LI.jpg ___ Python tracker <https://bugs.python.org/issue36151> ___ ___ Python-bug

[issue36151] Incorrect answer when calculating 11//3

2019-02-28 Thread Aiden Zhou
New submission from Aiden Zhou : 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) -- assignee: terry.reedy components: IDLE files: Screenshot (102)_LI.jpg messages: 336868 nosy: azihdoeun