[Checkins] SVN: Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/README.txt Be a bit more verbose.

Uli Fouquet uli at gnufix.de
Sat Mar 6 10:58:23 EST 2010


Log message for revision 109707:
  Be a bit more verbose.
  

Changed:
  U   Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/README.txt

-=-
Modified: Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/README.txt
===================================================================
--- Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/README.txt	2010-03-06 15:56:12 UTC (rev 109706)
+++ Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/README.txt	2010-03-06 15:58:22 UTC (rev 109707)
@@ -28,9 +28,9 @@
     >>> from ZODB.utils import u64
     >>> root = getRootFolder()
 
-The ``_p_oid`` attribute of a ZODB-stored object contains binary data
-(8 bytes) that we transform into an int using the ``u64`` helper
-function from ``ZODB.utils``.
+The ``_p_oid`` attribute of a ZODB-stored object contains the OID as
+binary data (8 bytes) that we transform into an int using the ``u64``
+helper function from ``ZODB.utils``.
 
     >>> root_oid = u64(root._p_oid)
     >>> browser.open(



More information about the checkins mailing list