From e904f8d8699655cf364bc6f363c8abd5c85bbbc0 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 3 Jul 2017 02:36:09 +0300 Subject: [PATCH] some tweaking... Signed-off-by: Alex A. Naanou --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24b6bf1..0ca23eb 100644 --- a/README.md +++ b/README.md @@ -444,11 +444,13 @@ _action_ is build-in. - it is not necessary to define the actual action, binding to a handler will also work. - one should not call actions directly from within a __call__ - handler as that will result in infinite recursion. - XXX need a way to prevent this... + handler as that will result in infinite recursion. - one should use this with extreme care as this will introduce an overhead on all the actions if not done carefully. +XXX need docs on mix(..) and .mix*(..) protocols... + +