From 4c486bc0c0022b0d985582d3f24b719fed4a0911 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Tue, 22 Oct 2002 18:31:50 +0000 Subject: Add comment about inability to handle Unicode strings (hopefully a temporary condition). --- Lib/textwrap.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Lib/textwrap.py') diff --git a/Lib/textwrap.py b/Lib/textwrap.py index 1ea815a34d7..2c9592b6dea 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 -- cgit v1.2.3