]> granicus.if.org Git - python/commitdiff
Remove comment about Unicode: SF #622831 was fixed loooong ago!
authorGreg Ward <gward@python.net>
Sat, 14 Jun 2003 00:26:39 +0000 (00:26 +0000)
committerGreg Ward <gward@python.net>
Sat, 14 Jun 2003 00:26:39 +0000 (00:26 +0000)
Lib/textwrap.py

index 452ea5c2ede9b2e3669c4a35c454fb2c42c36aa7..76ac95326f668564d84ce5d70423c75f08db55a8 100644 (file)
@@ -5,9 +5,6 @@
 # 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