Skip to content

Commit a69ba65

Browse files
committed
Merged revisions 77599-77601 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77599 | antoine.pitrou | 2010-01-18 22:04:00 +0100 (lun., 18 janv. 2010) | 3 lines Add iobench to the Tools directory (see December python-dev discussion) ........ r77600 | antoine.pitrou | 2010-01-18 22:10:31 +0100 (lun., 18 janv. 2010) | 3 lines Add ccbench to the Tools directory ........ r77601 | antoine.pitrou | 2010-01-18 22:15:21 +0100 (lun., 18 janv. 2010) | 3 lines Add a NEWS entry for r77599 and r77600. ........
1 parent dc55e67 commit a69ba65

File tree

3 files changed

+1008
-0
lines changed

3 files changed

+1008
-0
lines changed

Misc/NEWS

+7
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,13 @@ Tests
724724
- Removed importlib's custom test discovery code and switched to
725725
unittest.TestLoader.discover().
726726

727+
Tools/Demos
728+
-----------
729+
730+
- iobench (a file I/O benchmark) and ccbench (a concurrency benchmark) were
731+
added to the `Tools/` directory. They were previously living in the
732+
sandbox.
733+
727734

728735
What's New in Python 3.1?
729736
=========================

0 commit comments

Comments
 (0)