diff options
| author | Chris McDonough <chrism@plope.com> | 2010-10-25 18:04:18 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-10-25 18:04:18 -0400 |
| commit | 9c3b2760688aca748f81529d0b055f799959ab4b (patch) | |
| tree | 50f62cca73776377412c6ab6760be0b668b9262c /docs/api/request.rst | |
| parent | c426c49cd433997aac10045052d77d9c749680b2 (diff) | |
| download | pyramid-9c3b2760688aca748f81529d0b055f799959ab4b.tar.gz pyramid-9c3b2760688aca748f81529d0b055f799959ab4b.tar.bz2 pyramid-9c3b2760688aca748f81529d0b055f799959ab4b.zip | |
convert API docs to Pyramid
Diffstat (limited to 'docs/api/request.rst')
| -rw-r--r-- | docs/api/request.rst | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst index c37565ccd..e53028b0f 100644 --- a/docs/api/request.rst +++ b/docs/api/request.rst @@ -1,9 +1,9 @@ .. _request_module: -:mod:`repoze.bfg.request` +:mod:`pyramid.request` --------------------------- -.. module:: repoze.bfg.request +.. module:: pyramid.request .. autoclass:: Request :members: @@ -77,7 +77,7 @@ If an exception was raised by a :term:`root factory` or a :term:`view callable`, or at various other points where - :mod:`repoze.bfg` executes user-defined code during the + :mod:`pyramid` executes user-defined code during the processing of a request, the exception object which was caught will be available as the ``exception`` attribute of the request within a :term:`exception view`, a :term:`response callback` or a @@ -85,6 +85,3 @@ of ``request.exception`` will be ``None`` within response and finished callbacks. - .. note:: The exception attribute is new in :mod:`repoze.bfg` - 1.3. - |
