[New-bugs-announce] [issue19446] Integer division for negative numbers

Nitin Kumar report at bugs.python.org
Wed Oct 30 08:18:16 CET 2013


New submission from Nitin Kumar:

Mathematically python is not giving correct output for integer division for negative number, e.g. :  -7//2= -3 but python is giving output -4.

----------
components: IDLE
files: Integer_division.py
messages: 201715
nosy: Nitin.Kumar
priority: normal
severity: normal
status: open
title: Integer division for negative numbers
type: enhancement
versions: Python 3.3
Added file: http://bugs.python.org/file32420/Integer_division.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19446>
_______________________________________


More information about the New-bugs-announce mailing list