diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-01-18 21:20:53 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-01-18 21:20:53 (GMT) |
commit | a69ba65fdce3be6f55634b47cc56cf1f962f6cbc (patch) | |
tree | 1c26725e74f3c096be72a7aaad6c54de007b5c94 /Misc | |
parent | dc55e67505101ba117d76966fad2ca9ae6b53580 (diff) | |
download | cpython-a69ba65fdce3be6f55634b47cc56cf1f962f6cbc.zip cpython-a69ba65fdce3be6f55634b47cc56cf1f962f6cbc.tar.gz cpython-a69ba65fdce3be6f55634b47cc56cf1f962f6cbc.tar.bz2 |
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.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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? ========================= |