commit | ff85bcac22810536c15a96cc43184e83cd470310 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Tue May 12 01:40:16 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Tue May 12 01:40:16 2009 +0000 |
tree | fa234d4acbcae7e90e97de6b2d694c3afc2638f2 | |
parent | 4eb88b3baaa99f45d09dc51057a1eb387f37fa8c [diff] |
Merged revisions 72572 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72572 | r.david.murray | 2009-05-11 21:36:57 -0400 (Mon, 11 May 2009) | 3 lines Make it clear up front that shelve only records changes when objects are assigned back to it when writeback is False. ........