Commit fa9664ee authored by Julien Muchembled's avatar Julien Muchembled

importer: update comment about a workaround for ZODB3

parent ef387448
...@@ -591,7 +591,7 @@ class ImporterDatabaseManager(DatabaseManager): ...@@ -591,7 +591,7 @@ class ImporterDatabaseManager(DatabaseManager):
checksum = util.makeChecksum(value) checksum = util.makeChecksum(value)
else: else:
# CAVEAT: Although we think loadBefore should not return an empty # CAVEAT: Although we think loadBefore should not return an empty
# value for a deleted object (see comment in NEO Storage), # value for a deleted object (BBB: fixed in ZODB4),
# there's no need to distinguish this case in the above # there's no need to distinguish this case in the above
# except clause because it would be crazy to import a # except clause because it would be crazy to import a
# NEO DB using this backend. # NEO DB using this backend.
......
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