[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/interfaces.py Updated
consumeFile doc to fix a typo and reflect that we're no
Jim Fulton
jim at zope.com
Sun Jun 10 14:25:13 EDT 2007
Log message for revision 76586:
Updated consumeFile doc to fix a typo and reflect that we're no
willing to copy when renaming fails.
Changed:
U ZODB/trunk/src/ZODB/interfaces.py
-=-
Modified: ZODB/trunk/src/ZODB/interfaces.py
===================================================================
--- ZODB/trunk/src/ZODB/interfaces.py 2007-06-10 18:25:09 UTC (rev 76585)
+++ ZODB/trunk/src/ZODB/interfaces.py 2007-06-10 18:25:12 UTC (rev 76586)
@@ -925,13 +925,9 @@
def consumeFile(filename):
"""Consume a file.
- Eplace the current data of the blob with the file given under
+ Replace the current data of the blob with the file given under
filename.
- This method uses link-like semantics internally and has the requirement
- that the file that is to be consumed lives on the same volume (or
- mount/share) as the blob directory.
-
The blob must not be opened for reading or writing when consuming a
file.
"""
More information about the Zodb-checkins
mailing list