mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
a few more __all__ lists
This commit is contained in:
parent
cc012e92b2
commit
352674d01c
5 changed files with 16 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue