[Zope3-checkins]
SVN: Zope3/branches/jim-adapter/src/zope/app/form/__init__.py
Give CustomSequenceWidgetFactory the proper 2-release
cycle/12 month deprecation
Philipp von Weitershausen
philikon at philikon.de
Tue Apr 25 04:25:16 EDT 2006
Log message for revision 67581:
Give CustomSequenceWidgetFactory the proper 2-release cycle/12 month deprecation
period. It was deprecated in Zope 3.2.
Changed:
U Zope3/branches/jim-adapter/src/zope/app/form/__init__.py
-=-
Modified: Zope3/branches/jim-adapter/src/zope/app/form/__init__.py
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/form/__init__.py 2006-04-25 08:23:38 UTC (rev 67580)
+++ Zope3/branches/jim-adapter/src/zope/app/form/__init__.py 2006-04-25 08:25:15 UTC (rev 67581)
@@ -26,7 +26,7 @@
deprecated('CustomSequenceWidgetFactory',
'Use CustomWidgetFactory instead. '
- 'The reference will be gone in Zope 3.3.')
+ 'The reference will be gone in Zope 3.4.')
class Widget(object):
"""Mixin class providing functionality common across widget types."""
@@ -120,7 +120,7 @@
return self._create(args)
-# BBB: Gone in 3.3 (does not satify IViewFactory)
+# BBB: Gone in 3.4 (does not satify IViewFactory)
class CustomSequenceWidgetFactory(CustomWidgetFactory):
"""Custom sequence widget factory."""
More information about the Zope3-Checkins
mailing list