[Checkins] SVN: persistent/trunk/persistent/interfaces.py Avoid a ReST-breaking spelling.

Tres Seaver tseaver at palladion.com
Wed Feb 16 21:03:14 EST 2011


Log message for revision 120398:
  Avoid a ReST-breaking spelling.

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

-=-
Modified: persistent/trunk/persistent/interfaces.py
===================================================================
--- persistent/trunk/persistent/interfaces.py	2011-02-17 01:47:22 UTC (rev 120397)
+++ persistent/trunk/persistent/interfaces.py	2011-02-17 02:03:14 UTC (rev 120398)
@@ -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