fix in-place division in Py3
authorStefan Behnel <scoder@users.berlios.de>
Thu, 22 Oct 2009 20:34:15 +0000 (22:34 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 22 Oct 2009 20:34:15 +0000 (22:34 +0200)
commitd2c94b6e588a810cde23a46fb17245804662cd3e
treed8ae4af8d8ad5cb19c1bbf1b9a54746c282c1a24
parenta1e88e9cc436935892ad4bc0401b0982eadb2bfc
fix in-place division in Py3
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
tests/run/future_division.pyx
tests/run/non_future_division.pyx