summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-11 00:54:34 +0000
committerChristian Heimes <christian@cheimes.de>2007-12-11 00:54:34 +0000
commitf15c66e1439b9eecf813ed737cd6210048b0c094 (patch)
tree647815bad1aa23f6a394b5c83accef2ae63f4f37 /PCbuild
parent0c64fb435aab0ae8f8ce93634c156b2eedede184 (diff)
downloadcpython-git-f15c66e1439b9eecf813ed737cd6210048b0c094.tar.gz
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...
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index 930deca5b9..bee30fdfee 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -484,10 +484,10 @@
<File
RelativePath="..\Objects\dictobject.c">
</File>
- <File
+ <!--File
RelativePath="..\Objects\doubledigits.c">
- </File>
- <File
+ </File-->
+ <File
RelativePath="..\PC\dl_nt.c">
</File>
<File