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 /Tools/README | |
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 'Tools/README')
-rw-r--r-- | Tools/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/README b/Tools/README index c1f89ba..44050c6 100644 --- a/Tools/README +++ b/Tools/README @@ -32,6 +32,9 @@ scripts A number of useful single-file programs, e.g. tabnanny.py tabs and spaces, and 2to3, which converts Python 2 code to Python 3 code. +stringbench A suite of micro-benchmarks for various operations on + strings (both 8-bit and unicode). + test2to3 A demonstration of how to use 2to3 transparently in setup.py. unicode Tools for generating unicodedata and codecs from unicode.org |