--On 27. März 2007 07:41:06 +0200 Martijn Pieters <[EMAIL PROTECTED]> wrote:

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.

You're right. I did not notice that the decorator emulation moved
*of course* after the method...blame it on the summer time or the late night :-)

Andreas

Attachment: pgpy9ZmWdMQXE.pgp
Description: PGP signature

_______________________________________________
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