[issue18613] wrong float minus op result

2013-08-01 Thread Laurent Fournier
New submission from Laurent Fournier: Python 3.3.1 (with GCC 4.7.3) on Linux print (.3-.1) 0.18 -- messages: 194050 nosy: Laurent.Fournier priority: normal severity: normal status: open title: wrong float minus op result type: behavior versions: Python 3.3

[issue18613] wrong float plus/minus op result

2013-08-01 Thread Laurent Fournier
Laurent Fournier added the comment: also with addition ! print (.05+.01) 0.065 -- title: wrong float minus op result - wrong float plus/minus op result ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18613