[Checkins] SVN: zope.fssync/trunk/src/zope/fssync/README.txt Clarification.

Martijn Faassen faassen at infrae.com
Mon Jun 18 11:04:19 EDT 2007


Log message for revision 76757:
  Clarification.
  

Changed:
  U   zope.fssync/trunk/src/zope/fssync/README.txt

-=-
Modified: zope.fssync/trunk/src/zope/fssync/README.txt
===================================================================
--- zope.fssync/trunk/src/zope/fssync/README.txt	2007-06-18 11:29:18 UTC (rev 76756)
+++ zope.fssync/trunk/src/zope/fssync/README.txt	2007-06-18 15:04:19 UTC (rev 76757)
@@ -185,11 +185,12 @@
 even if you forget to provide special serializers for all your classes
 you can be sure that your data are complete.
 
-Since the component architecture doesn't support class-based adapters we 
-register the adapter classes as named ISynchronizerFactory utilities and 
-use the dotted name of the class as lookup key. The default synchronizer
-is registered as a unnamed ISynchronizerFactory utility. This synchronizer 
-ensures that all data are pickled to the target repository.
+Since the component architecture doesn't support adapters that work
+one class only (not their subclasses), we register the adapter classes
+as named ISynchronizerFactory utilities and use the dotted name of the
+class as lookup key. The default synchronizer is registered as a
+unnamed ISynchronizerFactory utility. This synchronizer ensures that
+all data are pickled to the target repository.
 
     >>> component.provideUtility(synchronizer.DefaultSynchronizer, 
     ...                             provides=interfaces.ISynchronizerFactory) 



More information about the Checkins mailing list