[Zope-Checkins]
SVN: Zope/trunk/lib/python/Products/PageTemplates/ZopePageTemplate.py
wording
Andreas Jung
andreas at andreas-jung.com
Tue Jan 9 11:41:36 EST 2007
Log message for revision 71850:
wording
Changed:
U Zope/trunk/lib/python/Products/PageTemplates/ZopePageTemplate.py
-=-
Modified: Zope/trunk/lib/python/Products/PageTemplates/ZopePageTemplate.py
===================================================================
--- Zope/trunk/lib/python/Products/PageTemplates/ZopePageTemplate.py 2007-01-09 16:13:52 UTC (rev 71849)
+++ Zope/trunk/lib/python/Products/PageTemplates/ZopePageTemplate.py 2007-01-09 16:41:35 UTC (rev 71850)
@@ -409,7 +409,8 @@
def __setstate__(self, state):
# Perform on-the-fly migration to unicode.
- # Perhaps it might be work with the 'generation' module here?
+ # Perhaps it might be better to work with the 'generation' module
+ # here?
if not isinstance(state['_text'], unicode):
text, encoding = convertToUnicode(state['_text'],
state.get('content_type', 'text/html'),
More information about the Zope-Checkins
mailing list