[Zope-Checkins] CVS: Packages/ZODB - FileStorage.py:1.16

Jim Fulton jim@tarzan.digicool.com
Mon, 12 Jul 1999 12:35:16 -0400


Update of /cvs-repository/Packages/ZODB
In directory tarzan.digicool.com:/projects/users/jim/lib/python/ZODB

Modified Files:
	FileStorage.py 
Log Message:
Fixed a bug in handling the case when a file was created on open
without the create flag. This was reported by intrepid win32 
Zopistas.  Why did it work on Unix?