[Zope-CVS] CVS: Products/AdaptableStorage/mapper - FieldSchema.py:1.1.2.3 MapperEvent.py:1.1.2.3 ObjectMapper.py:1.1.2.3 SerializationEvent.py:1.1.2.4 exceptions.py:1.1.2.3 public.py:1.1.2.3
Christian Zagrodnick
cz@gocept.com
Tue, 4 Feb 2003 12:30:15 -0500
Update of /cvs-repository/Products/AdaptableStorage/mapper
In directory cvs.zope.org:/tmp/cvs-serv26068/mapper
Modified Files:
Tag: zagy-patches
FieldSchema.py MapperEvent.py ObjectMapper.py
SerializationEvent.py exceptions.py public.py
Log Message:
merging HEAD into zagy-patches branch
=== Products/AdaptableStorage/mapper/FieldSchema.py 1.1.2.2 => 1.1.2.3 ===
=== Products/AdaptableStorage/mapper/MapperEvent.py 1.1.2.2 => 1.1.2.3 ===
=== Products/AdaptableStorage/mapper/ObjectMapper.py 1.1.2.2 => 1.1.2.3 ===
=== Products/AdaptableStorage/mapper/SerializationEvent.py 1.1.2.3 => 1.1.2.4 ===
--- Products/AdaptableStorage/mapper/SerializationEvent.py:1.1.2.3 Mon Feb 3 12:43:10 2003
+++ Products/AdaptableStorage/mapper/SerializationEvent.py Tue Feb 4 12:29:42 2003
@@ -88,6 +88,11 @@
"""See the ISerializationEvent interface."""
self._attrs[name] = 1
+ def ignoreAttributes(self, names):
+ """See the ISerializationEvent interface."""
+ for name in names:
+ self._attrs[name] = 1
+
def getExternalRefs(self):
"""Returns the list of external references"""
return self._refs
=== Products/AdaptableStorage/mapper/exceptions.py 1.1.2.2 => 1.1.2.3 ===
=== Products/AdaptableStorage/mapper/public.py 1.1.2.2 => 1.1.2.3 ===