mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
Add comment about inability to handle Unicode strings (hopefully a
temporary condition).
This commit is contained in:
parent
019bd4a6c1
commit
4c486bc0c0
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue