diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-04-09 15:03:32 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-04-09 15:03:32 (GMT) |
commit | 1584ae3987d06ba23fbd009394eb828ea3c956c3 (patch) | |
tree | 9120ed9454c53bbb9506a8e32fd9c669fc2f24a8 /Misc/NEWS | |
parent | 75d9aca97ad3c3d823d2f2211f579454b3216f51 (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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? =================================== |