Must use repr() not str() for literal floats.
authorRobert Bradshaw <robertwb@math.washington.edu>
Tue, 20 Jan 2009 01:48:38 +0000 (17:48 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Tue, 20 Jan 2009 01:48:38 +0000 (17:48 -0800)
commit5da90229e34b6f7a646cd06afa5b875dd9155a78
treea832382a6811ba5e1aa7f0f455519663979e9e8a
parentb6bdc98a5adca6e36e6cef196359e71501728241
Must use repr() not str() for literal floats.
Cython/Compiler/ExprNodes.py