27 Mar
2007
27 Mar
'07
5:47 a.m.
--On 27. März 2007 07:41:06 +0200 Martijn Pieters <mj@zopatista.com> wrote:
On 3/27/07, Andreas Jung <lists@zopyx.com> 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