[Zope] Possible dictionary bug?

Garito garito at sistes.net
Mon Aug 23 12:48:07 EDT 2004


Hi all

I try these code in a Python Script:

A = dict()
A['Example'] = 1

return A.update({'DoesItWorks': 'Perhaps'})

In the python interpreter it works fine but in the python script returns 
None

Can anyone reproduce the problem?

Thanks!!!!!



More information about the Zope mailing list