[Zope-Checkins] CVS: Zope/lib/python/OFS - CopySupport.py:1.85.2.6
Brian Lloyd
brian at zope.com
Mon Jan 19 14:47:15 EST 2004
Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv13412/lib/python/OFS
Modified Files:
Tag: Zope-2_7-branch
CopySupport.py
Log Message:
apply missed 813 patches
=== Zope/lib/python/OFS/CopySupport.py 1.85.2.5 => 1.85.2.6 ===
--- Zope/lib/python/OFS/CopySupport.py:1.85.2.5 Thu Jan 8 18:33:47 2004
+++ Zope/lib/python/OFS/CopySupport.py Mon Jan 19 14:46:44 2004
@@ -328,7 +328,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')
if not hasattr(self, 'all_meta_types'):
@@ -389,7 +389,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