[New-bugs-announce] [issue6831] 2to3 assignment division conversion

Jonas Byström report at bugs.python.org
Thu Sep 3 10:24:13 CEST 2009


New submission from Jonas Byström <highfestiva at gmail.com>:

Code from 2.x containing __idiv__ does not translate into

def __floordiv__(self, x): self.__truediv__(x)
def __truediv__(self, x): ...

----------
components: 2to3 (2.x to 3.0 conversion tool)
messages: 92194
nosy: highfestiva
severity: normal
status: open
title: 2to3 assignment division conversion
type: behavior
versions: Python 3.1

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


More information about the New-bugs-announce mailing list