summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-30 22:32:49 +0000
committerGeorg Brandl <georg@python.org>2010-12-30 22:32:49 +0000
commit81f3d7bcd0ff4ed9438405941fdae5c309a55d33 (patch)
tree5a006b8a98e26f89efc6332deb10b05fc106808e /Tools
parent076cbae4b97cfb7764321f92d8506ef38366faca (diff)
downloadcpython-git-81f3d7bcd0ff4ed9438405941fdae5c309a55d33.tar.gz
Update README, remove empty directory.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/Tools/README b/Tools/README
index 2007e440af..ff0d4a5320 100644
--- a/Tools/README
+++ b/Tools/README
@@ -5,7 +5,7 @@ buildbot Batchfiles for running on Windows buildslaves.
ccbench A Python concurrency benchmark.
-framer Generate boilerplate code for C extension types.
+demo Several Python programming demos.
freeze Create a stand-alone executable from a Python program.
@@ -21,6 +21,8 @@ iobench Benchmark for the new Python I/O system.
msi Support for packaging Python as an MSI package on Windows.
+parser Un-parsing tool to generate code from an AST.
+
pybench Comprehensive Python benchmarking suite.
pynche A Tkinter-based color editor.
@@ -30,7 +32,7 @@ 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.
-ssl Currently, a tool to fetch server certificates.
+test2to3 A demonstration of how to use 2to3 transparently in setup.py.
unicode Tools used to generate unicode database files for
Python 2.0 (by Fredrik Lundh).