[Zope] Python Methods can't "construct literal dictionaries"?

Evan Simpson evan@4-am.com
Sun, 28 Jan 2001 19:41:47 -0600


This is one of the shortcomings of Python Methods that Scripts eliminate.
You can work around it by writing:

x = {}
x.update({y: z})

Cheers,

Evan @ digicool & 4-am