From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gC8wj-0002D1-GL for qemu-devel@nongnu.org; Mon, 15 Oct 2018 15:54:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gC8wf-0006BL-KV for qemu-devel@nongnu.org; Mon, 15 Oct 2018 15:54:31 -0400 Date: Mon, 15 Oct 2018 16:54:17 -0300 From: Eduardo Habkost Message-ID: <20181015195417.GB31060@habkost.net> References: <20181015141453.32632-1-mreitz@redhat.com> <20181015141453.32632-5-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181015141453.32632-5-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 4/9] iotests: Use // for Python integer division List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org, Kevin Wolf , Cleber Rosa On Mon, Oct 15, 2018 at 04:14:48PM +0200, Max Reitz wrote: > In Python 3, / is always a floating-point division. We usually do not > want this, and as Python 2.7 understands // as well, change all integer > divisions to use that. > > Signed-off-by: Max Reitz Reviewed-by: Eduardo Habkost -- Eduardo