Hello,

(I think) there's a very small bug in 'App/special_dtml.py'. In Zope
2.4.1, the line 231 is:

  if bind_to in ('container', 'client'):

I think it should be:

  if bind_to in ('container', 'context'):

The problem shows when subclassing DTMLFile and trying to change the
value of "_Bindings_client". The bug is also in the CVS.


jdavid

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to