[Checkins] SVN: zope.app.container/trunk/CHANGES.txt Explain the big zope.container change.

Martijn Faassen faassen at infrae.com
Thu Jan 29 14:09:40 EST 2009


Log message for revision 95516:
  Explain the big zope.container change.
  

Changed:
  U   zope.app.container/trunk/CHANGES.txt

-=-
Modified: zope.app.container/trunk/CHANGES.txt
===================================================================
--- zope.app.container/trunk/CHANGES.txt	2009-01-29 19:07:49 UTC (rev 95515)
+++ zope.app.container/trunk/CHANGES.txt	2009-01-29 19:09:39 UTC (rev 95516)
@@ -7,6 +7,17 @@
 
 - Remove long-time deprecated IContentContainer class.
 
+- We now rely on a new package called ``zope.container``, which
+  contains the basic implementation of ``zope.container`` and is
+  intended to have less dependencies. We have gone through a wide
+  range of packages and updated their dependencies to point to
+  ``zope.container`` so that they will also have less indirect
+  dependencies.
+
+  For backwards compatibility we have left the original modules in
+  ``zope.app.container`` in place and have placed imports to make sure
+  the symbols exist in their original locations.
+
 3.6.2 (2008-10-21)
 ------------------
 



More information about the Checkins mailing list