From: Greg Ward Date: Sat, 14 Jun 2003 00:26:39 +0000 (+0000) Subject: Remove comment about Unicode: SF #622831 was fixed loooong ago! X-Git-Tag: v2.3c1~455 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52ae0a596ff1879d00a2c441b7e042bee5be97d2;p=python Remove comment about Unicode: SF #622831 was fixed loooong ago! --- diff --git a/Lib/textwrap.py b/Lib/textwrap.py index 452ea5c2ed..76ac95326f 100644 --- a/Lib/textwrap.py +++ b/Lib/textwrap.py @@ -5,9 +5,6 @@ # 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