27 Mar
2007
27 Mar
'07
5:41 a.m.
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. -- Martijn Pieters