The new float repr causes too much trouble and pain. I'm disabling the feature until we have sorted out the issues on all machines. 64bit machines seem to have issues and Guido has reported even worse.

Guido: It's pretty bad actually -- repr(1e5) comes out as '1.0'... Ditto for
repr(1eN) for most N... Both in 2.6 and in 3.0...
This commit is contained in:
Christian Heimes 2007-12-11 00:54:34 +00:00
parent 0c64fb435a
commit f15c66e143
6 changed files with 21 additions and 10 deletions

View file

@ -819,10 +819,10 @@
RelativePath="..\..\Objects\dictobject.c"
>
</File>
<File
<!--File
RelativePath="..\..\Objects\doubledigits.c"
>
</File>
</File-->
<File
RelativePath="..\..\Objects\enumobject.c"
>