From 52ae0a596ff1879d00a2c441b7e042bee5be97d2 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Sat, 14 Jun 2003 00:26:39 +0000 Subject: Remove comment about Unicode: SF #622831 was fixed loooong ago! --- Lib/textwrap.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Lib/textwrap.py b/Lib/textwrap.py index 452ea5c..76ac953 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 -- cgit v0.12