[Zope] Re: Zope 2.8.9, Zope 2.9.7, Zope 2.10.3 released
Martijn Pieters
mj at zopatista.com
Tue Mar 27 01:41:06 EDT 2007
On 3/27/07, Andreas Jung <lists at 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
More information about the Zope
mailing list