[Zope3-checkins]
SVN: Zope3/branches/philikon-simplify-skinning/src/zope/app/component/meta
Add BBB markers for something that was deprecated in Zope 3.2.
Philipp von Weitershausen
philikon at philikon.de
Sun Feb 19 11:10:39 EST 2006
Log message for revision 41704:
Add BBB markers for something that was deprecated in Zope 3.2.
Changed:
U Zope3/branches/philikon-simplify-skinning/src/zope/app/component/metaconfigure.py
U Zope3/branches/philikon-simplify-skinning/src/zope/app/component/metadirectives.py
-=-
Modified: Zope3/branches/philikon-simplify-skinning/src/zope/app/component/metaconfigure.py
===================================================================
--- Zope3/branches/philikon-simplify-skinning/src/zope/app/component/metaconfigure.py 2006-02-19 15:51:22 UTC (rev 41703)
+++ Zope3/branches/philikon-simplify-skinning/src/zope/app/component/metaconfigure.py 2006-02-19 16:10:38 UTC (rev 41704)
@@ -453,6 +453,7 @@
'Will be gone in Zope 3.3.')
############################################################################
+# BBB: Deprecated. Will go away in 3.4.
def defaultLayer(_context, type, layer):
import warnings
warnings.warn("""The defaultLayer directive is deprecated and will
Modified: Zope3/branches/philikon-simplify-skinning/src/zope/app/component/metadirectives.py
===================================================================
--- Zope3/branches/philikon-simplify-skinning/src/zope/app/component/metadirectives.py 2006-02-19 15:51:22 UTC (rev 41703)
+++ Zope3/branches/philikon-simplify-skinning/src/zope/app/component/metadirectives.py 2006-02-19 16:10:38 UTC (rev 41704)
@@ -516,6 +516,7 @@
required=False,
)
+# BBB: Deprecated. Will go away in 3.4.
class IDefaultLayerDirective(zope.interface.Interface):
"""Associate a default layer with a request type."""
More information about the Zope3-Checkins
mailing list