mirror of https://github.com/python/cpython
parent
9be4905f42
commit
0a286d0b53
|
@ -519,7 +519,7 @@ as their value. The semantics of each element are:
|
||||||
version of the object. The next element of the tuple will provide
|
version of the object. The next element of the tuple will provide
|
||||||
arguments for this callable, and later elements provide additional
|
arguments for this callable, and later elements provide additional
|
||||||
state information that will subsequently be used to fully reconstruct
|
state information that will subsequently be used to fully reconstruct
|
||||||
the pickled date.
|
the pickled data.
|
||||||
|
|
||||||
In the unpickling environment this object must be either a class, a
|
In the unpickling environment this object must be either a class, a
|
||||||
callable registered as a ``safe constructor'' (see below), or it must
|
callable registered as a ``safe constructor'' (see below), or it must
|
||||||
|
|
Loading…
Reference in New Issue