Commit 024bf384 authored by Jeremy Hylton's avatar Jeremy Hylton

Add XXX comment about puzzling issue.

parent 10973cff
......@@ -79,7 +79,7 @@ method::
and call it to monitor the storage.
"""
__version__='$Revision: 1.15 $'[11:-2]
__version__='$Revision: 1.16 $'[11:-2]
import base64, time, string
from ZODB import POSException, BaseStorage, utils
......@@ -359,6 +359,7 @@ class DemoStorage(BaseStorage.BaseStorage):
# in FileStorage.
self._lock_acquire()
try:
# XXX Shouldn't this be sorted?
transactions = self._data.items()
pos = len(transactions)
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