[Zope-Checkins] CVS: Zope3/lib/python/Zope/TAL - TALInterpreter.py:1.74
Barry Warsaw
barry@wooz.org
Fri, 14 Jun 2002 15:26:32 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/TAL
In directory cvs.zope.org:/tmp/cvs-serv28101
Modified Files:
TALInterpreter.py
Log Message:
Add a comment.
=== Zope3/lib/python/Zope/TAL/TALInterpreter.py 1.73 => 1.74 ===
import re
from types import ListType
-
from cgi import escape
-
-# try:
-# from cStringIO import StringIO
-# except ImportError:
+# Do not use cStringIO here! It's not unicode aware. :(
from StringIO import StringIO
from TALDefs import quote, TAL_VERSION, TALError, METALError