[Zope3-checkins] CVS: Zope3/src/zope/fssync - README.txt:1.33

Fred L. Drake, Jr. fred@zope.com
Wed, 16 Jul 2003 16:40:10 -0400


Update of /cvs-repository/Zope3/src/zope/fssync
In directory cvs.zope.org:/tmp/cvs-serv16543

Modified Files:
	README.txt 
Log Message:
another to-do item: IAttributeAnnotatable annotations should not be
embedded in the XML pickle but separated out


=== Zope3/src/zope/fssync/README.txt 1.32 => 1.33 ===
--- Zope3/src/zope/fssync/README.txt:1.32	Wed Jul 16 16:25:55 2003
+++ Zope3/src/zope/fssync/README.txt	Wed Jul 16 16:40:06 2003
@@ -112,6 +112,11 @@
 - More adapters.  Should make sure that an XML Pickle will always work
   as a serialization, even if an adapter gets added.
 
+- For objects serialized as XML pickles which are
+  IAttributeAnnotatable and have an __annotations__ key in the pickled
+  dictionary, separate the annotations from the dict so they appear in
+  the @@Zope/Annotations/ tree.
+
 - Implement bundle commands.
 
   * Need a way to turn site-management folders into bundles, and