From: Greg Ward Date: Tue, 22 Oct 2002 18:31:50 +0000 (+0000) Subject: Add comment about inability to handle Unicode strings (hopefully a X-Git-Tag: v2.3c1~3700 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c486bc0c0022b0d985582d3f24b719fed4a0911;p=thirdparty%2FPython%2Fcpython.git Add comment about inability to handle Unicode strings (hopefully a temporary condition). --- diff --git a/Lib/textwrap.py b/Lib/textwrap.py index 1ea815a34d74..2c9592b6dea9 100644 --- a/Lib/textwrap.py +++ b/Lib/textwrap.py @@ -5,6 +5,9 @@ # Copyright (C) 2002 Python Software Foundation. # Written by Greg Ward +# 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