[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/component/metaconfigure.py
Try to make this more clear.
Martijn Faassen
cvs-admin at zope.org
Wed Jun 14 12:30:56 EDT 2006
Log message for revision 68633:
Try to make this more clear.
Changed:
U Zope3/trunk/src/zope/app/component/metaconfigure.py
-=-
Modified: Zope3/trunk/src/zope/app/component/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/component/metaconfigure.py 2006-06-14 16:29:42 UTC (rev 68632)
+++ Zope3/trunk/src/zope/app/component/metaconfigure.py 2006-06-14 16:30:52 UTC (rev 68633)
@@ -186,7 +186,8 @@
warnings.warn_explicit(
"The 'layer' argument of the 'view' directive has been "
"deprecated. Use the 'type' argument instead. If you have "
- "an existing type BrowserRequest, replace it with the layer, "
+ "an existing 'type' argument IBrowserRequest, replace it with the "
+ "'layer' argument (the layer subclasses IBrowserRequest). "
"which subclasses BrowserRequest.",
DeprecationWarning, _context.info.file, _context.info.line)
else:
More information about the Zope3-Checkins
mailing list