summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2011-01-03 19:13:02 (GMT)
committerMichael Foord <fuzzyman@voidspace.org.uk>2011-01-03 19:13:02 (GMT)
commit751ba4cfac806a064496baf929d44aa5e6591c20 (patch)
treeb5946ee6b9a4a76c563837effad2e692ca378503 /Tools
parentf3fcd9f1630f9bc7dda60858b3e9ade7400b3060 (diff)
downloadcpython-751ba4cfac806a064496baf929d44aa5e6591c20.zip
cpython-751ba4cfac806a064496baf929d44aa5e6591c20.tar.gz
cpython-751ba4cfac806a064496baf929d44aa5e6591c20.tar.bz2
Update description of Tools/unicode
Diffstat (limited to 'Tools')
-rw-r--r--Tools/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/Tools/README b/Tools/README
index 355ba53..017e663 100644
--- a/Tools/README
+++ b/Tools/README
@@ -34,8 +34,9 @@ scripts A number of useful single-file programs, e.g. tabnanny.py
test2to3 A demonstration of how to use 2to3 transparently in setup.py.
-unicode Tools used to generate unicode database files (by Fredrik
- Lundh).
+unicode Tools for generating unicodedata and codecs from unicode.org
+ and other mapping files (by Fredrik Lundh, Marc-Andre Lemburg
+ and Martin von Loewis).
unittestgui A Tkinter based GUI test runner for unittest, with test
discovery.