[Zope-Checkins] CVS: ZODB3/ZODB - DemoStorage.py:1.16

Jeremy Hylton jeremy@zope.com
Mon, 17 Mar 2003 12:52:14 -0500


Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv3938

Modified Files:
	DemoStorage.py 
Log Message:
Add XXX comment about puzzling issue.


=== ZODB3/ZODB/DemoStorage.py 1.15 => 1.16 ===
--- ZODB3/ZODB/DemoStorage.py:1.15	Thu Oct 24 09:52:41 2002
+++ ZODB3/ZODB/DemoStorage.py	Mon Mar 17 12:52:13 2003
@@ -359,6 +359,7 @@
         # in FileStorage.
         self._lock_acquire()
         try:
+            # XXX Shouldn't this be sorted?
             transactions = self._data.items()
             pos = len(transactions)
             r = []