]> granicus.if.org Git - python/commit
Issue 5754: tweak shelve doc wording to make it clearer that even when
authorR. David Murray <rdmurray@bitdance.com>
Thu, 11 Feb 2010 01:38:42 +0000 (01:38 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Thu, 11 Feb 2010 01:38:42 +0000 (01:38 +0000)
commit7c29f071d52f9b666974d40cc061b4ea03439d1e
treefb6230b1d45671f3fd7ce2f2f23d4c56b6d361f9
parent63e4fd7eef8d2da09634e9416dd29fc28d8b8620
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.
Doc/library/shelve.rst
Lib/test/test_shelve.py
Misc/ACKS