]> granicus.if.org Git - python/commitdiff
Add comment about inability to handle Unicode strings (hopefully a
authorGreg Ward <gward@python.net>
Tue, 22 Oct 2002 18:31:50 +0000 (18:31 +0000)
committerGreg Ward <gward@python.net>
Tue, 22 Oct 2002 18:31:50 +0000 (18:31 +0000)
temporary condition).

Lib/textwrap.py

index 1ea815a34d7472beb61f37e7aa3d8e6599c24293..2c9592b6dea996b389eff714bafdff2edb01d28f 100644 (file)
@@ -5,6 +5,9 @@
 # Copyright (C) 2002 Python Software Foundation.
 # Written by Greg Ward <gward@python.net>
 
+# XXX currently this module does not work very well with Unicode
+# strings.  See http://www.python.org/sf/622831 for updates.
+
 __revision__ = "$Id$"
 
 import string, re