Commit 3320c159 authored by Jim Fulton's avatar Jim Fulton

Clarified that object ids are strings.

parent 30360549
......@@ -162,8 +162,7 @@ class IPersistent(Interface):
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(
......
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