summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-11-15 13:47:27 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-11-15 13:47:27 (GMT)
commitf4243f6d1f1a7512751d26235a492c24a9a4c76c (patch)
treeed889a96ac78d972b2c92e8dcb02cc31849f2ed4 /Misc
parentb43dbc26f9abbd6bf96bd95e6701719575c57341 (diff)
downloadcpython-f4243f6d1f1a7512751d26235a492c24a9a4c76c.zip
cpython-f4243f6d1f1a7512751d26235a492c24a9a4c76c.tar.gz
cpython-f4243f6d1f1a7512751d26235a492c24a9a4c76c.tar.bz2
Merged revisions 76300 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76300 | mark.dickinson | 2009-11-15 13:12:43 +0000 (Sun, 15 Nov 2009) | 3 lines Issue #5792: Extend short float repr support to x86 platforms using suncc or icc. Many thanks Stefan Krah for help and OpenSolaris testing. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 96cc3ce..1577baf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -358,6 +358,9 @@ Extension Modules
Build
-----
+- Issue #5792: Extend the short float repr support to x86 systems using
+ icc or suncc.
+
- Issue #6603: Change READ_TIMESTAMP macro in ceval.c so that it
compiles correctly under gcc on x86-64. This fixes a reported
problem with the --with-tsc build on x86-64.