diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-02-11 01:38:42 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-02-11 01:38:42 (GMT) |
commit | 7c29f071d52f9b666974d40cc061b4ea03439d1e (patch) | |
tree | fb6230b1d45671f3fd7ce2f2f23d4c56b6d361f9 /Misc/ACKS | |
parent | 63e4fd7eef8d2da09634e9416dd29fc28d8b8620 (diff) | |
download | cpython-7c29f071d52f9b666974d40cc061b4ea03439d1e.zip cpython-7c29f071d52f9b666974d40cc061b4ea03439d1e.tar.gz cpython-7c29f071d52f9b666974d40cc061b4ea03439d1e.tar.bz2 |
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.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -444,6 +444,7 @@ Luc Lefebvre Vincent Legoll Kip Lehman Joerg Lehmann +Robert Lehmann Luke Kenneth Casson Leighton Marc-Andre Lemburg John Lenton |