Documented in changes file post import hook mechanism.

This commit is contained in:
Graham Dumpleton
2013-10-02 13:59:37 +10:00
parent 9510a0da5a
commit 56354188ee

View File

@@ -14,6 +14,9 @@ Version 1.2.0
called and if returns False, then original wrapped function called
directly rather than the wrapper being called.
* Added in an implementation of a post import hook mechanism in line with
that described in PEP 369.
**Bugs Fixed**
* When creating a custom proxy by deriving from ObjectProxy and the custom