Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52ae0a5

Browse files
committed
Remove comment about Unicode: SF #622831 was fixed loooong ago!
1 parent ecb544e commit 52ae0a5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Lib/textwrap.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
# Copyright (C) 2002 Python Software Foundation.
66
# Written by Greg Ward <[email protected]>
77

8-
# XXX currently this module does not work very well with Unicode
9-
# strings. See http://www.python.org/sf/622831 for updates.
10-
118
__revision__ = "$Id$"
129

1310
import string, re

0 commit comments

Comments
 (0)