[Checkins] SVN: cipher.encryptingstorage/trunk/src/cipher/encryptingstorage/README.txt fix doc

Adam Groszer cvs-admin at zope.org
Fri Apr 13 08:49:33 UTC 2012


Log message for revision 125132:
  fix doc

Changed:
  U   cipher.encryptingstorage/trunk/src/cipher/encryptingstorage/README.txt

-=-
Modified: cipher.encryptingstorage/trunk/src/cipher/encryptingstorage/README.txt
===================================================================
--- cipher.encryptingstorage/trunk/src/cipher/encryptingstorage/README.txt	2012-04-12 11:26:17 UTC (rev 125131)
+++ cipher.encryptingstorage/trunk/src/cipher/encryptingstorage/README.txt	2012-04-13 08:49:27 UTC (rev 125132)
@@ -85,10 +85,10 @@
 
     >>> storage.close()
 
-#Applying encryption on the client this way is attractive because, in
-#addition to reducing the size of stored database records on the
-#server, you also reduce the size of records sent from the server to the
-#client and the size of records stored in the client's ZEO cache.
+Applying encryption (and compression) on the client this way is attractive
+because, in addition to reducing the size of stored database records on the
+server, you also reduce the size of records sent from the server to the
+client and the size of records stored in the client's ZEO cache.
 
 Decrypting only
 ==================



More information about the checkins mailing list