Commit 0551b2f9 authored by Tim Peters's avatar Tim Peters

Nail the type of oids, as agreed ;-) to in

http://mail.zope.org/pipermail/zodb-dev/2005-March/008593.html
parent 9f691fa9
...@@ -167,7 +167,9 @@ class IPersistent(Interface): ...@@ -167,7 +167,9 @@ 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 strings. id has not been assigned. Non-None object ids must be non-empty
strings. The 8-byte string '\0'*8 (8 NUL bytes) is reserved to
identify the database root object.
""") """)
_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