[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/container/interfaces.py
2 major releases for deprecation
Julien Anguenot
ja at nuxeo.com
Sat Jun 18 12:40:53 EDT 2005
Log message for revision 30850:
2 major releases for deprecation
Changed:
U Zope3/trunk/src/zope/app/container/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/app/container/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/container/interfaces.py 2005-06-18 16:31:38 UTC (rev 30849)
+++ Zope3/trunk/src/zope/app/container/interfaces.py 2005-06-18 16:40:52 UTC (rev 30850)
@@ -29,7 +29,7 @@
deprecated('IContentContainer',
'This interface has been deprecated. '
'Check the "containerViews" zcml directive. '
- 'The reference will be gone in 3.2')
+ 'The reference will be gone in 3.3')
class DuplicateIDError(KeyError):
pass
More information about the Zope3-Checkins
mailing list