a few more __all__ lists

This commit is contained in:
Skip Montanaro 2001-02-07 23:14:30 +00:00
parent cc012e92b2
commit 352674d01c
5 changed files with 16 additions and 2 deletions

View file

@ -31,6 +31,9 @@ import marshal
import sys
import struct
__all__ = ["PickleError", "PicklingError", "UnpicklingError", "Pickler",
"Unpickler", "dump", "dumps", "load", "loads"]
format_version = "1.3" # File format version we write
compatible_formats = ["1.0", "1.1", "1.2"] # Old format versions we can read