From e40eb200171e5917c4a8b7419127ae3e7b2af0ab Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 9 Dec 2009 16:54:43 +0000 Subject: - Remove explanation of changing the request type in a new request event subscriber, as other predicates are now usually an easier way to get this done. --- repoze/bfg/configuration.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'repoze') diff --git a/repoze/bfg/configuration.py b/repoze/bfg/configuration.py index 6cb4feb8d..74d91a73b 100644 --- a/repoze/bfg/configuration.py +++ b/repoze/bfg/configuration.py @@ -470,8 +470,9 @@ class Configurator(object): This value should be an :term:`interface` that the :term:`request` must provide in order for this view to be - found and called. See :ref:`view_request_types_section` for - more information about request types. + found and called. This value exists only for backwards + compatibility purposes: it's usually easier to use another + predicate. request_method -- cgit v1.2.3