]> granicus.if.org Git - python/commitdiff
Update description of Tools/unicode
authorMichael Foord <fuzzyman@voidspace.org.uk>
Mon, 3 Jan 2011 19:13:02 +0000 (19:13 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Mon, 3 Jan 2011 19:13:02 +0000 (19:13 +0000)
Tools/README

index 355ba534f7bbee5b7651014b8bd7835c73c2633f..017e663c8b45f7f473780ac97644bd73d4d18f21 100644 (file)
@@ -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.