From: Antoine Pitrou Date: Mon, 18 Jan 2010 21:15:21 +0000 (+0000) Subject: Add a NEWS entry for r77599 and r77600. X-Git-Tag: v2.7a3~121 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c07336c673a811afe3d675ffa257489ee86613ee;p=thirdparty%2FPython%2Fcpython.git Add a NEWS entry for r77599 and r77600. --- diff --git a/Misc/NEWS b/Misc/NEWS index 5c5c78c0ad11..8c41811f0039 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? =================================