[Checkins] SVN: persistent/trunk/persistent/interfaces.py Re-apply ReST fix.

Tres Seaver tseaver at palladion.com
Wed Feb 16 21:34:40 EST 2011


Log message for revision 120407:
  Re-apply ReST fix.

Changed:
  U   persistent/trunk/persistent/interfaces.py

-=-
Modified: persistent/trunk/persistent/interfaces.py
===================================================================
--- persistent/trunk/persistent/interfaces.py	2011-02-17 02:33:47 UTC (rev 120406)
+++ persistent/trunk/persistent/interfaces.py	2011-02-17 02:34:39 UTC (rev 120407)
@@ -184,8 +184,9 @@
 
         The special value None is reserved to indicate that an object
         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.
+        strings.  The 8-byte string consisting of 8 NUL bytes
+        ('\x00\x00\x00\x00\x00\x00\x00\x00') is reserved to identify the
+        database root object.
 
         Once assigned an OID, an object cannot be re-assigned another.
         """)



More information about the checkins mailing list