diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-11-15 13:47:27 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-11-15 13:47:27 (GMT) |
commit | f4243f6d1f1a7512751d26235a492c24a9a4c76c (patch) | |
tree | ed889a96ac78d972b2c92e8dcb02cc31849f2ed4 /Misc | |
parent | b43dbc26f9abbd6bf96bd95e6701719575c57341 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |