fix __future__ division semantics for constant expressions and C integers
authorStefan Behnel <scoder@users.berlios.de>
Wed, 8 Jul 2009 19:13:14 +0000 (21:13 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 8 Jul 2009 19:13:14 +0000 (21:13 +0200)
commit3d2aa773bd79e1e5751de2ea2148696f52580f42
treea8c0aa4ad6faf7525ca7af9ef47c15ce1d820ff0
parenteacc69212c1ad0fd688b3c69ec08fe40b6258714
fix __future__ division semantics for constant expressions and C integers

--HG--
rename : tests/run/future_division.pyx => tests/run/non_future_division.pyx
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
Cython/Compiler/Parsing.py
tests/run/future_division.pyx
tests/run/non_future_division.pyx [new file with mode: 0644]