[Python-checkins] r87703 - python/branches/py3k/Tools/README

michael.foord python-checkins at python.org
Mon Jan 3 20:13:03 CET 2011


Author: michael.foord
Date: Mon Jan  3 20:13:02 2011
New Revision: 87703

Log:
Update description of Tools/unicode

Modified:
   python/branches/py3k/Tools/README

Modified: python/branches/py3k/Tools/README
==============================================================================
--- python/branches/py3k/Tools/README	(original)
+++ python/branches/py3k/Tools/README	Mon Jan  3 20:13:02 2011
@@ -34,8 +34,9 @@
 
 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.


More information about the Python-checkins mailing list