analyze: explicitly use gdbm as dbm
and use six.moves for python3 compatibility. Previously we were using "anydbm" which selects dbhash, gdbm or dbm, but opening the db with the f flag that's only valid for gdm, so de-facto we were supporting only gdbm.
Showing
-
Owner
Oh, I didn't notice that 'f' flag was only valid for gdbm. I have no idea which db is best for zodbanalyze purpose, but I agree with this change.
-
Owner
thanks
Please register or sign in to comment