Commit dda0d6b3 authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent c54a17e0
......@@ -23,6 +23,12 @@ Zope changes
- The property management screens now include the types for
existing properties.
- Added support at Python level for user-defined
__get/set/delattr__ methods on persistent objects. These
have essentially the same semantics as for Python, except
that overridden __set/delattr__ methods must explicitly
signal changes that should be persistent.
Bugs Fixed
- Added type checking to the constructor and edit methods of
......@@ -77,3 +83,19 @@ Zope changes
- A bug that broke import in the alpha was fixed.
- A bug in the transaction handling logic could cause infinite
loops if objects were registered incorrectly.
- A bug in the transaction machinery could cause objects to
be aborted multiple times if errors occurred.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment