summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8eecb72..03cd7df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -724,6 +724,13 @@ Tests
- Removed importlib's custom test discovery code and switched to
unittest.TestLoader.discover().
+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 3.1?
=========================