summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2009-10-26 17:46:17 (GMT)
committerEric Smith <eric@trueblade.com>2009-10-26 17:46:17 (GMT)
commitc1bdf891458d2f37aa90b27f3ea85379cbb0d967 (patch)
tree68f44ec3ad2d9d31071dc0136696ae0b96254851 /Misc
parent975d7576caa8858b2692b8cba77094ca8fdb685e (diff)
downloadcpython-c1bdf891458d2f37aa90b27f3ea85379cbb0d967.zip
cpython-c1bdf891458d2f37aa90b27f3ea85379cbb0d967.tar.gz
cpython-c1bdf891458d2f37aa90b27f3ea85379cbb0d967.tar.bz2
Finished removing _PyOS_double_to_string, as mentioned in issue 7117.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2810cab..368ed3e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
+- Removed _PyOS_double_to_string. Use PyOS_double_to_string
+ instead. This is in preparation for (but not strictly related to)
+ issue #7117, short float repr.
+
- Issue #1087418: Boost performance of bitwise operations for longs.
- Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which