Python Method Product 0.1.1 Released
A much improved version of
PythonMethod is ready.
You still can't import
, but the normal Zope builtins are available.
It is now possible to call PythonMethods by URL, with a normal query string for parameters.
Declaring a variable global
causes it to act like a _v
attribute; its value will remain until the PythonMethod is unloaded, and changing it does not create an object transaction. global
variables are initialized to None.
I'm starting to collect examples to show off the Product.