diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-09-13 17:52:55 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-09-13 17:52:55 +0000 |
| commit | 2f06bd2357a3002aad83bced978cbbf89c4d3250 (patch) | |
| tree | 8e4474eddd14bd099942865756205c0fc170a46d | |
| parent | 5e1b21a4d2df901f3c00f54628cd69d1b76be63a (diff) | |
| download | pyramid-2f06bd2357a3002aad83bced978cbbf89c4d3250.tar.gz pyramid-2f06bd2357a3002aad83bced978cbbf89c4d3250.tar.bz2 pyramid-2f06bd2357a3002aad83bced978cbbf89c4d3250.zip | |
documentation renderings
| -rw-r--r-- | repoze/bfg/request.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/repoze/bfg/request.py b/repoze/bfg/request.py index 0e764b34a..851962446 100644 --- a/repoze/bfg/request.py +++ b/repoze/bfg/request.py @@ -23,19 +23,19 @@ class Request(WebobRequest): argument. The documentation below (save for the ``add_response_callback`` - method, which is defined in this subclass itself, and the - attributes ``context``, ``registry``, ``root``, ``subpath``, - ``traversed``, ``view_name``, ``virtual_root`` , and - ``virtual_root_path``, each of which is added to the request at by - the :term:`router` at request ingress time) are autogenerated from - the WebOb source code used when this documentation was generated. + and ''add_finished_callback`` methods, which are defined in this + subclass itself, and the attributes ``context``, ``registry``, + ``root``, ``subpath``, ``traversed``, ``view_name``, + ``virtual_root`` , and ``virtual_root_path``, each of which is + added to the request at by the :term:`router` at request ingress + time) are autogenerated from the WebOb source code used when this + documentation was generated. Due to technical constraints, we can't yet display the WebOb version number from which this documentation is autogenerated, but it will be the 'prevailing WebOb version' at the time of the release of this :mod:`repoze.bfg` version. See - `http://http://pythonpaste.org/webob/ - <http://pythonpaste.org/webob/>`_ for further information. + http://http://pythonpaste.org/webob/ for further information. """ implements(IRequest) response_callbacks = () |
