]> granicus.if.org Git - python/commit
Merged revisions 78141-78142 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Thu, 11 Feb 2010 02:01:02 +0000 (02:01 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Thu, 11 Feb 2010 02:01:02 +0000 (02:01 +0000)
commitb92a305d2ad46cc7ba918da8d21531677d48862c
treede44e88e3b7da18298a9684524804740a42895a2
parent2070be82cd91847b415c646b16393d8b1dfddabc
Merged revisions 78141-78142 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78141 | r.david.murray | 2010-02-10 20:38:42 -0500 (Wed, 10 Feb 2010) | 6 lines

  Issue 5754:  tweak shelve doc wording to make it clearer that even when
  writeback=True values are written to the backing store when assigned to
  the shelf.  Add test to confirm that this happens.  Doc patch and added
  test by Robert Lehmann.  I also fixed the cross references to the sync
  and close methods.
........
  r78142 | r.david.murray | 2010-02-10 20:56:42 -0500 (Wed, 10 Feb 2010) | 3 lines

  Improve issue 7835 fix per MAL to handle the case that the
  module dictionary has also been cleared.
........
Doc/library/shelve.rst
Lib/shelve.py
Lib/test/test_shelve.py
Misc/ACKS