[Zodb-checkins] SVN: ZODB/trunk/src/persistent/interfaces.py
Clarified that object ids are strings.
Jim Fulton
jim at zope.com
Thu Jun 9 13:56:03 EDT 2005
Log message for revision 30712:
Clarified that object ids are strings.
Changed:
U ZODB/trunk/src/persistent/interfaces.py
-=-
Modified: ZODB/trunk/src/persistent/interfaces.py
===================================================================
--- ZODB/trunk/src/persistent/interfaces.py 2005-06-09 17:05:27 UTC (rev 30711)
+++ ZODB/trunk/src/persistent/interfaces.py 2005-06-09 17:56:02 UTC (rev 30712)
@@ -162,8 +162,7 @@
It is up to the data manager to assign this.
The special value None is reserved to indicate that an object
- id has not been assigned. Non-None object ids must be hashable
- and totally ordered.
+ id has not been assigned. Non-None object ids must be strings.
""")
_p_changed = Attribute(
More information about the Zodb-checkins
mailing list