New submission from Jonas Byström :
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
<http://bugs.python.org/issue6831>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com