[Zodb-checkins] CVS: ZODB3/Persistence - __init__.py:1.8
mapping.py:1.2
Tim Peters
tim.one at comcast.net
Mon Dec 29 17:41:18 EST 2003
Update of /cvs-repository/ZODB3/Persistence
In directory cvs.zope.org:/tmp/cvs-serv2051/Persistence
Modified Files:
__init__.py mapping.py
Log Message:
Whitespace normalization.
=== ZODB3/Persistence/__init__.py 1.7 => 1.8 ===
--- ZODB3/Persistence/__init__.py:1.7 Mon Dec 15 02:30:27 2003
+++ ZODB3/Persistence/__init__.py Mon Dec 29 17:40:45 2003
@@ -53,4 +53,3 @@
sys.modules['BoboPOS'] = sys.modules['Persistence']
sys.modules['BoboPOS.PersistentMapping'] = sys.modules['Persistence.mapping']
del sys
-
=== ZODB3/Persistence/mapping.py 1.1 => 1.2 ===
--- ZODB3/Persistence/mapping.py:1.1 Mon Dec 15 01:56:46 2003
+++ ZODB3/Persistence/mapping.py Mon Dec 29 17:40:45 2003
@@ -25,13 +25,13 @@
if Persistence.Persistent is not persistent.Persistent:
class PersistentMapping(Persistence.Persistent, PersistentMapping):
"""Legacy persistent mapping class
-
+
This class mixes in ExtensionClass Base if it is present.
-
+
Unless you actually want ExtensionClass semantics, use
persistent.mapping.PersistentMapping instead.
"""
-
+
def __setstate__(self, state):
if 'data' not in state:
state['data'] = state['_container']
More information about the Zodb-checkins
mailing list