summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-04-09 18:31:15 (GMT)
committerStefan Krah <skrah@bytereef.org>2012-04-09 18:31:15 (GMT)
commit0c0914edb0fba3e31d6ad3aa70ef1822c21782f6 (patch)
tree89198dc306dc491d7f9abf83b23756c704dd1b59 /Misc
parentdd159ce606aee54f313d3d6c44248af743230d30 (diff)
downloadcpython-0c0914edb0fba3e31d6ad3aa70ef1822c21782f6.zip
cpython-0c0914edb0fba3e31d6ad3aa70ef1822c21782f6.tar.gz
cpython-0c0914edb0fba3e31d6ad3aa70ef1822c21782f6.tar.bz2
_decimal is now 100x faster than the Python version in the pi benchmark.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 47628d0..6eb401c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -147,7 +147,7 @@ Library
- Issue #7652: Integrate the decimal floating point libmpdec library to speed
up the decimal module. Performance gains of the new C implementation are
- between 12x and 80x, depending on the application.
+ between 10x and 100x, depending on the application.
- Issue #3573: IDLE hangs when passing invalid command line args
(directory(ies) instead of file(s)) (Patch by Guilherme Polo)