Commit ee956873 authored by Jeremy Hylton's avatar Jeremy Hylton

Add XXX comment about puzzling issue.

parent 4ddc5ba8
...@@ -79,7 +79,7 @@ method:: ...@@ -79,7 +79,7 @@ method::
and call it to monitor the storage. and call it to monitor the storage.
""" """
__version__='$Revision: 1.15 $'[11:-2] __version__='$Revision: 1.16 $'[11:-2]
import base64, time, string import base64, time, string
from ZODB import POSException, BaseStorage, utils from ZODB import POSException, BaseStorage, utils
...@@ -359,6 +359,7 @@ class DemoStorage(BaseStorage.BaseStorage): ...@@ -359,6 +359,7 @@ class DemoStorage(BaseStorage.BaseStorage):
# in FileStorage. # in FileStorage.
self._lock_acquire() self._lock_acquire()
try: try:
# XXX Shouldn't this be sorted?
transactions = self._data.items() transactions = self._data.items()
pos = len(transactions) pos = len(transactions)
r = [] r = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment