From 2bec99e31b8b22e1f5af4ebcc4a8d544be70c5e0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 9 Dec 2009 04:56:55 +0000 Subject: Refactor. --- docs/narr/webob.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/narr/webob.rst') diff --git a/docs/narr/webob.rst b/docs/narr/webob.rst index c343ee1e0..7a5e752a6 100644 --- a/docs/narr/webob.rst +++ b/docs/narr/webob.rst @@ -310,3 +310,10 @@ key/value pairs will show up. Similarly ``request.GET.keys()`` returns ``['pref', 'pref']``. Multidict is a view on a list of tuples; all the keys are ordered, and all the values are ordered. +Special :mod:`repoze.bfg` Attributes Added to the Request +--------------------------------------------------------- + +:mod:`repoze.bfg` adds special attributes to a request as the result +of :term:`traversal`. See :ref:`traversal_related_side_effects` for a +list of attributes added to the request by :mod:`repoze.bfg` itself. + -- cgit v1.2.3