From 6ba796afb03364219528fd28c24f56876a51954c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 19 Dec 2009 18:47:34 +0000 Subject: More docs. --- repoze/bfg/configuration.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'repoze') diff --git a/repoze/bfg/configuration.py b/repoze/bfg/configuration.py index f135b2ee2..467ccfe13 100644 --- a/repoze/bfg/configuration.py +++ b/repoze/bfg/configuration.py @@ -814,7 +814,9 @@ class Configurator(object): the context and/or the request. If all callables return ``True``, the associated route will be considered viable for a given request. If any custom predicate returns ``False``, - route matching continues. + route matching continues. Note that the value ``context`` + will always be ``None`` when passed to a custom route + predicate. View-Related Arguments -- cgit v1.2.3