I recently found an error running the following code on the Row object page:
del page['page_log']
<type 'exceptions.AttributeError'> __delitem__

del page.page_log still works, but the above used to work. My suspicion is 
that __delitem__ was originally in object but was removed for some 
technical reason, but I'm not sure. Would it be possible to add __delitem__ 
in, to correspond with __setitem__/__getitem__?

Thanks-Chris

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to