diff options
author | Guido van Rossum <guido@python.org> | 1999-04-19 17:58:18 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-04-19 17:58:18 (GMT) |
commit | 1b9e0aae6e9ba19e7f0c4d19772731365bae6656 (patch) | |
tree | 2ea13e243cae0d5898a09aa86f906a95ba22073c /Lib/plat-win | |
parent | dc8b56915534b15668d9f40d499b60934292b4d4 (diff) | |
download | cpython-1b9e0aae6e9ba19e7f0c4d19772731365bae6656.zip cpython-1b9e0aae6e9ba19e7f0c4d19772731365bae6656.tar.gz cpython-1b9e0aae6e9ba19e7f0c4d19772731365bae6656.tar.bz2 |
Jim Fulton writes:
I have attached a new cPickle that adds a new control attribute
to unpicklers:
Added new Unpickler attribute, find_global. If set to None, then
global and instance pickles are disabled. Otherwise, it should be set to
a callable object that takes two arguments, a module name and an
object name, and returns an object. If the attribute is unset, then
the default mechanism is used.
This feature provides an additional mechanism for controlling which
classes can be used for unpickling.
Diffstat (limited to 'Lib/plat-win')
0 files changed, 0 insertions, 0 deletions