• Kirill Smelkov's avatar
    fixup! ZBigFile: Add ZBlk format option 'h' (heuristic) (3) · e3570c83
    Kirill Smelkov authored
    Use type objects instead of strings to refer to formats because with
    strings scattered here and there it is very easy to cause misbehaviour
    due to e.g. a typo. With referering to objects by their name, a type is
    automatically caught either at runtime, or statically via e.g. pyflakes.
    e3570c83
file_zodb.py 34.6 KB