summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2006-04-19 15:48:59 (GMT)
committerMarc-André Lemburg <mal@egenix.com>2006-04-19 15:48:59 (GMT)
commitd0b8e83dc5b92e71d08d39298641d679be419dd8 (patch)
tree06199cf9a24083e285f8af8192b13d9065859319 /Misc
parentdc5f808cbc8003f2256a0faabf27420c43cb8e20 (diff)
downloadcpython-d0b8e83dc5b92e71d08d39298641d679be419dd8.zip
cpython-d0b8e83dc5b92e71d08d39298641d679be419dd8.tar.gz
cpython-d0b8e83dc5b92e71d08d39298641d679be419dd8.tar.bz2
Add news item for pybench addition.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 493c9e4..d758dc3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -147,6 +147,11 @@ Tests
it separately and by hand. It also wasn't cleaning up its changes to
the current Decimal context.
+Tools
+-----
+
+- Added the Python benchmark suite pybench to the Tools/ directory;
+ contributed by Marc-Andre Lemburg.
Documentation
-------------