summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-01-18 21:15:21 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-01-18 21:15:21 (GMT)
commitc07336c673a811afe3d675ffa257489ee86613ee (patch)
tree38d77e35adf41bfbd29f31ebceafa8495031bc41
parent9a386826fb53f99a15021802869a3a799730c996 (diff)
downloadcpython-c07336c673a811afe3d675ffa257489ee86613ee.zip
cpython-c07336c673a811afe3d675ffa257489ee86613ee.tar.gz
cpython-c07336c673a811afe3d675ffa257489ee86613ee.tar.bz2
Add a NEWS entry for r77599 and r77600.
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5c5c78c..8c41811 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,6 +81,13 @@ Build
- Issue #7661: Allow ctypes to be built from a non-ASCII directory path.
Patch by Florent Xicluna.
+Tools/Demos
+-----------
+
+- iobench (a file I/O benchmark) and ccbench (a concurrency benchmark) were
+ added to the `Tools/` directory. They were previously living in the
+ sandbox.
+
What's New in Python 2.7 alpha 2?
=================================