CVS: 'python/dist/src/Lib shelve.py'

Roger Masse rmasse@newcnri.CNRI.Reston.Va.US
Tue, 25 Mar 1997 11:06:06 -0500


Update of /projects/cvsroot/python/dist/src/Lib
In directory knowbot:/projects/python/develop/rmasse/python/dist/src/Lib

Modified Files:
	shelve.py 
Log Message:
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.