[Python-checkins] r77602 - in python/branches/py3k: Misc/NEWS Tools/ccbench Tools/iobench

antoine.pitrou python-checkins at python.org
Mon Jan 18 22:20:54 CET 2010


Author: antoine.pitrou
Date: Mon Jan 18 22:20:53 2010
New Revision: 77602

Log:
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.
........


Added:
   python/branches/py3k/Tools/ccbench/
      - copied from r77601, /python/trunk/Tools/ccbench/
   python/branches/py3k/Tools/iobench/
      - copied from r77601, /python/trunk/Tools/iobench/
Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Mon Jan 18 22:20:53 2010
@@ -724,6 +724,13 @@
 - 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?
 =========================


More information about the Python-checkins mailing list