diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/configuration.rst | 2 | ||||
| -rw-r--r-- | docs/whatsnew-1.3.rst | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/api/configuration.rst b/docs/api/configuration.rst index ef0d7f631..36e4c5186 100644 --- a/docs/api/configuration.rst +++ b/docs/api/configuration.rst @@ -26,6 +26,8 @@ .. automethod:: maybe_dotted + .. automethod:: absolute_resource_spec + .. automethod:: setup_registry(settings=None, root_factory=None, authentication_policy=None, renderers=DEFAULT_RENDERERS, debug_logger=None, locale_negotiator=None, request_factory=None, renderer_globals_factory=None) .. automethod:: add_renderer(name, factory) diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst index f72a76e19..8daefa1b0 100644 --- a/docs/whatsnew-1.3.rst +++ b/docs/whatsnew-1.3.rst @@ -289,6 +289,11 @@ Minor Feature Additions raised. If the value supplied as ``dotted`` is not a string, the value is returned unconditionally without any resolution attempted. +- The new + :meth"`repoze.bfg.configuration.Configurator.absolute_resource_spec` + method resolves a potentially relative :term:`resource + specification` string into an absolute version. + Backwards Incompatibilities --------------------------- |
