From 6bc66257ca3abfc02557b94a8086c811797e2ba9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 4 Jul 2010 02:02:10 +0000 Subject: documentation updates --- repoze/bfg/url.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'repoze') diff --git a/repoze/bfg/url.py b/repoze/bfg/url.py index e6a693d8a..920e82d53 100644 --- a/repoze/bfg/url.py +++ b/repoze/bfg/url.py @@ -95,6 +95,9 @@ def route_url(route_name, request, *elements, **kw): ``request.application_url`` will be used as the prefix (the default). + .. note:: Special treatment of ``_app_url`` was added in + :mod:`repoze.bfg` 1.3. + This function raises a :exc:`KeyError` if the URL cannot be generated due to missing replacement names. Extra replacement names are ignored. -- cgit v1.2.3