Add comment about inability to handle Unicode strings (hopefully a

temporary condition).
This commit is contained in:
Greg Ward 2002-10-22 18:31:50 +00:00
parent 019bd4a6c1
commit 4c486bc0c0

View file

@ -5,6 +5,9 @@
# Copyright (C) 2002 Python Software Foundation. # Copyright (C) 2002 Python Software Foundation.
# Written by Greg Ward <gward@python.net> # 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$" __revision__ = "$Id$"
import string, re import string, re