From 56354188ee306f787f21bddab9e4739b142637f9 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Wed, 2 Oct 2013 13:59:37 +1000 Subject: [PATCH] Documented in changes file post import hook mechanism. --- docs/changes.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 3e0d28b..ffb1efe 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -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