[Checkins] SVN: zope.app.component/trunk/ Remove zope.app.component.interface. Reword changelog

Dan Korostelev nadako at gmail.com
Sat Dec 13 17:12:06 EST 2008


Log message for revision 94038:
  Remove zope.app.component.interface. Reword changelog

Changed:
  U   zope.app.component/trunk/CHANGES.txt
  D   zope.app.component/trunk/src/zope/app/component/interface.py

-=-
Modified: zope.app.component/trunk/CHANGES.txt
===================================================================
--- zope.app.component/trunk/CHANGES.txt	2008-12-13 22:05:49 UTC (rev 94037)
+++ zope.app.component/trunk/CHANGES.txt	2008-12-13 22:12:06 UTC (rev 94038)
@@ -5,11 +5,17 @@
 3.5.1 (Unreleased)
 ------------------
 
-- Remove deprecated zope:content and zope:localUtility directives.
-- Remove zope.app.component.fields module that
-  was pointing to the removed back35's LayerField.
+- Remove more deprecated on 3.5 code:
+
+  * zope.app.component.fields module that was pointing to the
+    removed back35's LayerField.
+  * zope.app.component.interface module that was moved to
+    zope.component.interface ages ago.
+  * zope:content and zope:localUtility directives.
+
 - Remove "back35" extras_require as it doesn't make
   any sense now.
+
 - Remove zope.modulealias test dependency as it is
   not used anywhere.
 

Deleted: zope.app.component/trunk/src/zope/app/component/interface.py
===================================================================
--- zope.app.component/trunk/src/zope/app/component/interface.py	2008-12-13 22:05:49 UTC (rev 94037)
+++ zope.app.component/trunk/src/zope/app/component/interface.py	2008-12-13 22:12:06 UTC (rev 94038)
@@ -1,7 +0,0 @@
-# This module has moved to zope.component.interface
-# and will go away in Zope 3.5
-import zope.deprecation
-zope.deprecation.moved(
-    'zope.component.interface',
-    "Zope 3.5",
-    )



More information about the Checkins mailing list