summaryrefslogtreecommitdiff
path: root/Tools/README
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-04-09 17:03:32 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2012-04-09 17:03:32 +0200
commit654be9d642e8ad8ab19048a6e94a823d040d50e7 (patch)
tree2367e6e05ab86833040e519c91e4db3bdef629f2 /Tools/README
parent12190ab1cd49ef0b21723d9033491ee1062d2a48 (diff)
downloadcpython-654be9d642e8ad8ab19048a6e94a823d040d50e7.tar.gz
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/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/README b/Tools/README
index c1f89ba0cb..44050c656e 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