[issue8152] Divide error on Windows 7 Home Premium 64 bits

2010-03-16 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: I see that you already closed this; but just for completeness: This is expected behaviour: in 2.x, the '/' operator does floor division unless you've done a 'from __future__ import division', in which case it does true division. In 3.x,

[issue8152] Divide error on Windows 7 Home Premium 64 bits

2010-03-15 Thread Francois
New submission from Francois duf.franc...@gmail.com: On a freshly installed Python 2.6.4, the division / truncates the result to the lower integer as // should. This occurs on both the current 32 and 64 bits builds. This is shown in the attached picture. -- components: Interpreter

[issue8152] Divide error on Windows 7 Home Premium 64 bits

2010-03-15 Thread Francois
Changes by Francois duf.franc...@gmail.com: Removed file: http://bugs.python.org/file16559/python_interpreter.png ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8152 ___

[issue8152] Divide error on Windows 7 Home Premium 64 bits

2010-03-15 Thread Francois
Changes by Francois duf.franc...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8152 ___ ___ Python-bugs-list