[Checkins]
SVN: zope.file/branches/ajung-blobs/src/zope/file/README.txt updated
Andreas Jung
andreas at andreas-jung.com
Tue Feb 27 10:09:38 EST 2007
Log message for revision 72880:
updated
Changed:
U zope.file/branches/ajung-blobs/src/zope/file/README.txt
-=-
Modified: zope.file/branches/ajung-blobs/src/zope/file/README.txt
===================================================================
--- zope.file/branches/ajung-blobs/src/zope/file/README.txt 2007-02-27 15:06:28 UTC (rev 72879)
+++ zope.file/branches/ajung-blobs/src/zope/file/README.txt 2007-02-27 15:09:37 UTC (rev 72880)
@@ -2,9 +2,9 @@
File Object
===========
-The `zope.file` package provides a content object used to store a
-file. The interface supports efficient upload and download. Let's
-create an instance::
+The `zope.file` package provides a content object used to store a file inside a
+ZODB blob. The interface supports efficient upload and download. Let's create
+an instance::
>>> from zope.file.file import File
>>> f = File()
More information about the Checkins
mailing list