summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-04-09 15:03:32 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-04-09 15:03:32 (GMT)
commit1584ae3987d06ba23fbd009394eb828ea3c956c3 (patch)
tree9120ed9454c53bbb9506a8e32fd9c669fc2f24a8 /Misc/NEWS
parent75d9aca97ad3c3d823d2f2211f579454b3216f51 (diff)
downloadcpython-1584ae3987d06ba23fbd009394eb828ea3c956c3.zip
cpython-1584ae3987d06ba23fbd009394eb828ea3c956c3.tar.gz
cpython-1584ae3987d06ba23fbd009394eb828ea3c956c3.tar.bz2
Issue #13165: stringbench is now available in the Tools/stringbench folder.
It used to live in its own SVN project.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3585764..47628d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,6 +57,12 @@ Tests
- Issue #14355: Regrtest now supports the standard unittest test loading, and
will use it if a test file contains no `test_main` method.
+Tools / Demos
+-------------
+
+- Issue #13165: stringbench is now available in the Tools/stringbench folder.
+ It used to live in its own SVN project.
+
What's New in Python 3.3.0 Alpha 2?
===================================