[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/serialize.py Merge rev
28470 from Zope3 trunk.
Tim Peters
tim.one at comcast.net
Tue Jan 11 20:18:34 EST 2005
Log message for revision 28797:
Merge rev 28470 from Zope3 trunk.
Typo repair checked in from a wrong project.
Changed:
U ZODB/trunk/src/ZODB/serialize.py
-=-
Modified: ZODB/trunk/src/ZODB/serialize.py
===================================================================
--- ZODB/trunk/src/ZODB/serialize.py 2005-01-11 22:39:07 UTC (rev 28796)
+++ ZODB/trunk/src/ZODB/serialize.py 2005-01-12 01:18:34 UTC (rev 28797)
@@ -227,9 +227,9 @@
if not (oid is None or isinstance(oid, str)):
# Deserves a closer look:
- # Make sure it's not a descr
+ # Make sure it's not a descriptor
if hasattr(oid, '__get__'):
- # The oid is a decriptor. That means obj is a non-persistent
+ # The oid is a descriptor. That means obj is a non-persistent
# class whose instances are persistent, so ...
# Not persistent, pickle normally
return None
More information about the Zodb-checkins
mailing list