]> granicus.if.org Git - python/commit
This is the third time I check in this change :-(
authorGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 20:26:45 +0000 (20:26 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 20:26:45 +0000 (20:26 +0000)
commitabfd8064d8d246450c4506b16085d0378d1778a8
tree6de8ecdda89aa165eaa7fa483f1686790f222ad5
parent99d90c0d0e3716952740eaaa6853be3f6508a7fd
This is the third time I check in this change :-(

Don't use assignments into inst.__dict__ to restore instance
variables; use setattr() instead.
Lib/pickle.py