New submission from Martynas Brijunas:

Dear Python team,

when dividing 3 by 7, I expect to get the following result:

0.428571428571428571428571428571428571428571428571428571428571...

What I am getting in the Python interpreter is this:

>>> 3 / 7
0.42857142857142855

Which in my opinion is incorrect.

----------
messages: 235564
nosy: Martynas.Brijunas
priority: normal
severity: normal
status: open
title: Incorrect division result
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23413>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to