mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
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:
parent
0c64fb435a
commit
f15c66e143
6 changed files with 21 additions and 10 deletions
|
@ -819,10 +819,10 @@
|
|||
RelativePath="..\..\Objects\dictobject.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
<!--File
|
||||
RelativePath="..\..\Objects\doubledigits.c"
|
||||
>
|
||||
</File>
|
||||
</File-->
|
||||
<File
|
||||
RelativePath="..\..\Objects\enumobject.c"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue