[Zope-Checkins] CVS: Zope2 - FileStorage.py:1.23

Jim Fulton jim@tarzan.digicool.com
Wed, 11 Aug 1999 09:54:38 -0400


Update of /cvs-repository/Zope2/lib/python/ZODB
In directory tarzan.digicool.com:/small/Zope2/lib/python/ZODB

Modified Files:
	FileStorage.py 
Log Message:
On win9x systems, random data seems to be added to the end of the file
on system crashes, causing apparent file corruption.  Code has been
added to check for this case and recover by truncating the file with a
log message.

Fixed bug in file-layout doc.

Added quota option.