[issue960821] Add an updating load function in pickle

2010-07-03 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: On the second reading, OP's request has nothing to do with pickle.load(). In fact, there is no coherent request here. -- status: pending -> closed ___ Python tracker

[issue960821] Add an updating load function in pickle

2010-06-28 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: This functionality already exists. """ If a string is returned [from __reduce__() method], the string should be interpreted as the name of a global variable. It should be the object’s local name relative to its module; the pickle module searches the m

[issue960821] Add an updating load function in pickle

2009-02-08 Thread Daniel Diniz
Daniel Diniz added the comment: Any real use cases beyond being very nice? -- nosy: +ajaksu2 versions: +Python 2.7, Python 3.1 ___ Python tracker ___ __