Commit 9ff5344d authored by Jim Fulton's avatar Jim Fulton

Clarified that object ids are strings.

parent 3819770b
...@@ -162,8 +162,7 @@ class IPersistent(Interface): ...@@ -162,8 +162,7 @@ class IPersistent(Interface):
It is up to the data manager to assign this. It is up to the data manager to assign this.
The special value None is reserved to indicate that an object The special value None is reserved to indicate that an object
id has not been assigned. Non-None object ids must be hashable id has not been assigned. Non-None object ids must be strings.
and totally ordered.
""") """)
_p_changed = Attribute( _p_changed = Attribute(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment