I'm using Zope 2.4.0 on an Alpha Linux box.
I have a Python Script consisting of the following line of code:
container.manage_addDocument('test', 'Test Document')
, which is creating a DTML Method instead of Document. Any idea as to
the reason for this behaviour?
thanks.