
Author: georg.brandl Date: Thu Dec 30 23:32:49 2010 New Revision: 87588 Log: Update README, remove empty directory. Removed: python/branches/py3k/Tools/ssl/ Modified: python/branches/py3k/Tools/README Modified: python/branches/py3k/Tools/README ============================================================================== --- python/branches/py3k/Tools/README (original) +++ python/branches/py3k/Tools/README Thu Dec 30 23:32:49 2010 @@ -5,7 +5,7 @@ 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 @@ 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 @@ 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).
participants (1)
-
georg.brandl