[Checkins] SVN: zc.queue/branches/andrew-conflict-resolution-persistent/src/zc/queue/queue.txt fix doc

Andrew Sung asung at zope.com
Tue Jan 10 20:21:36 UTC 2012


Log message for revision 124016:
  fix doc

Changed:
  U   zc.queue/branches/andrew-conflict-resolution-persistent/src/zc/queue/queue.txt

-=-
Modified: zc.queue/branches/andrew-conflict-resolution-persistent/src/zc/queue/queue.txt
===================================================================
--- zc.queue/branches/andrew-conflict-resolution-persistent/src/zc/queue/queue.txt	2012-01-10 20:21:12 UTC (rev 124015)
+++ zc.queue/branches/andrew-conflict-resolution-persistent/src/zc/queue/queue.txt	2012-01-10 20:21:36 UTC (rev 124016)
@@ -33,6 +33,7 @@
 
 The basic API is simple: use `put` to add items to the back of the queue, and
 `pull` to pull things off the queue, defaulting to the front of the queue.
+Note that `Item` could be either persistent or non persistent object.
 
     >>> q.put(Item(1))
     >>> q.put(Item(2))



More information about the checkins mailing list