[Zope-dev] PythonMethod "isDocTemp" bug
Phillip J. Eby
pje@telecommunity.com
Mon, 13 Dec 1999 22:56:50 -0500
At 05:02 PM 12/13/99 -0600, Evan Simpson wrote:
>"Phillip J. Eby" wrote:
>
>> Did Ty or I ever send you the "isDocTemp=0" fix?
>
>No, I don't think so. What problems does the mistaken DocTemp-ness cause?
Sorry, forgot to mention. What happens is that the calling
DocumentTemplate passes in (None,_) as the parameters for the method, which
makes things act funny if those weren't the parameters you were expecting
(e.g., if you were expecting no parameters, for example, or only 1).