]> granicus.if.org Git - python/commit
Added a 'sync' method to shelve. If the underlying database does not have a sync
authorRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>
Tue, 25 Mar 1997 16:06:03 +0000 (16:06 +0000)
committerRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>
Tue, 25 Mar 1997 16:06:03 +0000 (16:06 +0000)
commit4fc706705521cd8fed60a0403c903a377516ea95
tree9745ba12f1ab4dc28f53f9ad800b536673484646
parente8e87999ab6ed6aa5aac921fc2e262de618829d9
Added a 'sync' method to shelve.  If the underlying database does not have a sync
attribute, this method silently ignores this fact.  The default (bsddb's dbhash) does.
Lib/shelve.py