[Zope-Checkins] CVS: Zope/lib/python/OFS - CopySupport.py:1.82.6.3
Brian Lloyd
brian at zope.com
Mon Jan 19 14:32:55 EST 2004
Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv11038/lib/python/OFS
Modified Files:
Tag: Zope-2_6-branch
CopySupport.py
Log Message:
apply missed 813 patches
=== Zope/lib/python/OFS/CopySupport.py 1.82.6.2 => 1.82.6.3 ===
--- Zope/lib/python/OFS/CopySupport.py:1.82.6.2 Thu Jan 8 16:13:05 2004
+++ Zope/lib/python/OFS/CopySupport.py Mon Jan 19 14:32:24 2004
@@ -317,7 +317,7 @@
raise CopyError, MessageDialog(
title='Not Supported',
message='The object <EM>%s</EM> does not support this' \
- ' operation' % absattr(object.id),
+ ' operation' % escape(absattr(object.id)),
action='manage_main')
mt=object.meta_type
if not hasattr(self, 'all_meta_types'):
@@ -376,7 +376,7 @@
raise CopyError, MessageDialog(
title='Not Supported',
message='The object <EM>%s</EM> does not support this ' \
- 'operation.' % absattr(object.id),
+ 'operation.' % escape(absattr(object.id)),
action='manage_main')
Globals.default__class_init__(CopyContainer)
More information about the Zope-Checkins
mailing list