Commit 6e813bf4 authored by Tres Seaver's avatar Tres Seaver

Imperative mode.

parent 85eae639
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
4.0.8 (Unreleased) 4.0.8 (Unreleased)
------------------ ------------------
- The pure-Python ``Persistent`` class no longer calls subclass's - In pure-Python ``Persistent``, avoid calling a subclass's ``__setattr__``
``__setattr__`` at instance creation time. (PR #8) at instance creation time. (PR #8)
- Make it possible to delete ``_p_jar`` / ``_p_oid`` of a pure-Python - Make it possible to delete ``_p_jar`` / ``_p_oid`` of a pure-Python
``Persistent`` object which has been removed from the jar's cache ``Persistent`` object which has been removed from the jar's cache
......
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