On 3/27/07, Andreas Jung <[EMAIL PROTECTED]> wrote:
The 2.8.9 release does not contain this error since Python decorators
aren't available in Python 2.3 (the official blessed Python version).

The problem *does* exist as decorators are just a nice way of spelling:

 methodName = decoratorName(methodName)

That's how the postonly decorator is applied in 2.8 and in the Hotfix,
and the REQUEST parameter is still required. I fixed this in the 2.8
branch as well last night.

--
Martijn Pieters
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to