[Checkins] SVN: zope.dublincore/trunk/ removed an apparently unused marker interface

Thomas Lotze tl at gocept.com
Wed Dec 2 11:31:16 EST 2009


Log message for revision 106178:
  removed an apparently unused marker interface

Changed:
  U   zope.dublincore/trunk/CHANGES.txt
  U   zope.dublincore/trunk/src/zope/dublincore/interfaces.py

-=-
Modified: zope.dublincore/trunk/CHANGES.txt
===================================================================
--- zope.dublincore/trunk/CHANGES.txt	2009-12-02 16:02:29 UTC (rev 106177)
+++ zope.dublincore/trunk/CHANGES.txt	2009-12-02 16:31:15 UTC (rev 106178)
@@ -4,7 +4,8 @@
 3.5.1 (unreleased)
 ------------------
 
-- ...
+- Removed the marker interface IZopeDublinCoreAnnotatable which doesn't seem
+  to be used.
 
 3.5.0 (2009-09-15)
 ------------------

Modified: zope.dublincore/trunk/src/zope/dublincore/interfaces.py
===================================================================
--- zope.dublincore/trunk/src/zope/dublincore/interfaces.py	2009-12-02 16:02:29 UTC (rev 106177)
+++ zope.dublincore/trunk/src/zope/dublincore/interfaces.py	2009-12-02 16:31:15 UTC (rev 106178)
@@ -17,7 +17,6 @@
 """
 __docformat__ = 'restructuredtext'
 
-from zope.annotation.interfaces import IAnnotatable
 from zope.interface import Interface
 from zope.schema import Text, TextLine, Datetime, Tuple
 
@@ -464,11 +463,3 @@
     IWritableGeneralDublinCore,
     ):
     """Zope Dublin Core properties with generate update support"""
-
-
-class IZopeDublinCoreAnnotatable(IAnnotatable):
-    """Objects that can be annotated with Zope Dublin-Core meta data
-
-    This is a marker interface that indicates the intent to have
-    Zope Dublin-Core meta data associated with an object.
-    """



More information about the checkins mailing list