diff options
author | Greg Ward <gward@python.net> | 2003-06-14 00:26:39 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2003-06-14 00:26:39 (GMT) |
commit | 52ae0a596ff1879d00a2c441b7e042bee5be97d2 (patch) | |
tree | e6baeabf2eaebd3d99ffcded9e61be0b6fcb1504 /Lib/textwrap.py | |
parent | ecb544e95bc02a59d0acc1e28f3ef5624d399210 (diff) | |
download | cpython-52ae0a596ff1879d00a2c441b7e042bee5be97d2.zip cpython-52ae0a596ff1879d00a2c441b7e042bee5be97d2.tar.gz cpython-52ae0a596ff1879d00a2c441b7e042bee5be97d2.tar.bz2 |
Remove comment about Unicode: SF #622831 was fixed loooong ago!
Diffstat (limited to 'Lib/textwrap.py')
-rw-r--r-- | Lib/textwrap.py | 3 |
1 files changed, 0 insertions, 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 <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 |